Rank: Advanced Member Groups: Member
Joined: 3/18/2008 Posts: 41
|
Hello.
I see that the TabStrip Control has an ItemClick event, but it won't fire when I click a tab item. Instead, I see that you use a client javascript code to set the selected tab index. Setting the property RaisesServerEvent="true" does not help. How can I make it raise the ItemClick event?
Regards, HT
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
HT wrote:Setting the property RaisesServerEvent="true" This is the correct way to do it. You can verify that with a blank page. If it does work for a blank page but does not work for your page, you can try to follow steps outlined in this post to find out the triggering point: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=1186If that does not help, we would need you to create a sample page that demonstrates the problem. We will look into it as soon as possible once we have that.
|