This is a migrated thread and some comments may be shown as answers.

RadTab event OnClick fired in IE

0 Answers 121 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
federico
Top achievements
Rank 1
federico asked on 30 Jul 2008, 09:51 AM

I use a RadTab. I create this with code and I add a template :
RadTab __rt = new RadTab();
__rt.TabTemplate = (ITemplate)__megaTab;

This template is a UserControl.

In This userControl i have a table with a label and others controls (images...).
With FireFox if i click in all Template's control, click events are fired. (OnClientTabSelected and OnClientTabUnselected)
With IE click events are fired only if I clicked into Label....

Please help me

No answers yet. Maybe you can help?

Tags
TabStrip
Asked by
federico
Top achievements
Rank 1
Share this question
or