Hi
OK, not really used Rad controls before but I have to fix a bug in some code that contains a RadTab.
I have a javascript function, which is called onblur for a control.
Now this control may or may not be on a RadTab, so it won't know the id of the the RadTab control. How in my javascript function can I check that the control is on a RadTab and if that tab is active?
I am assuming I can check the parent oject type? but what am I looking for? Any help greatly appreciated.