This question is locked. New answers and comments are not allowed.
Hi,
I want to do some action on click of the RadPanelBarGroupElement just as we do some action on click of its contituents controls ( RadButtonElement / hosted controls ).
From the documentation , I learned that RadPanelBarGroupElements have only 2 events.
1) RadPanelBarGroupElement.GroupExpandedChanged
2) RadPanelBarGroupElement.GroupSelectedChanged
None of these events are helping me because they are fired also when the form is loaded and when the group is deselected.
I just want to load one form ( add a usercontrol ) on click of RadpanelBarGroupElement.
I tried to add an event on Action --> click , but the event doesnt get fired on clicking the RadpanelBarGroupElement.
Can someone please tell me how can i have same behavior of (click on RadButtonElements ) on RadpanelBarGroupElement as well without the events getting fired multiple times.
Thanks
barkha
I want to do some action on click of the RadPanelBarGroupElement just as we do some action on click of its contituents controls ( RadButtonElement / hosted controls ).
From the documentation , I learned that RadPanelBarGroupElements have only 2 events.
1) RadPanelBarGroupElement.GroupExpandedChanged
2) RadPanelBarGroupElement.GroupSelectedChanged
None of these events are helping me because they are fired also when the form is loaded and when the group is deselected.
I just want to load one form ( add a usercontrol ) on click of RadpanelBarGroupElement.
I tried to add an event on Action --> click , but the event doesnt get fired on clicking the RadpanelBarGroupElement.
Can someone please tell me how can i have same behavior of (click on RadButtonElements ) on RadpanelBarGroupElement as well without the events getting fired multiple times.
Thanks
barkha