RadRotator Using onitemclick and OnClientItemClicked together
I check for condition and get an alert box with OnClientItemClicked, then do postback with onitemclick. Works fine in IE7. In Firefox3 I get __doPostBack is not defined. What is the work around for Firefox?
Thanks
Fred
You could use the 'OnClientItemClicking' event to check the condition and if the condition fails, cancel the event using args.set_cancel(true) method, instead of invoking postback explicitly.