OK, let's pretend...(I wish)
So there is a Rad Date control, wrapped up in an ASP.NET user control, on the load event of the user control it adds an onblur attribute to the Date control.
Now this control is then added to a tab of Rad Tab control, I change to a different tab, I then click on the menu on the website (which is on a parent iframe, yes it get's worse)
The onblur event actually fires, even though the control did not have focus. So question is can I, in javascript:
- detect if the control is actually on a Rad Tab
- detect which Rad Tab it is on
- decide then if it is not on the active tab and does not have focus, so don't fire the onblur.