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

Disable child item clicks

2 Answers 157 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 30 Sep 2010, 11:13 AM
What is the easiest way to disable child item clicks?

BR,
Marc

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Sep 2010, 01:37 PM
Hello Marc,


Attach the OnClientItemClicking client event to RadPanelBar and check for the level of clicked item using get_level() method. And cancel the event based on the level. The following help article will give more idea on client side api.
http://www.telerik.com/help/aspnet-ajax/panel_panelbar_onclientitemclicking.html
http://www.telerik.com/help/aspnet-ajax/panel_clientsideradpanelbaritem.html


Thanks,
Princy.
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 30 Sep 2010, 02:33 PM
Hi Princy,

That's not what I mean.
I have created an accordion-like page for a QA section.
The questions are in the panel bar, the answers in the panels.

I want to make it so that the answers are not clickable and don't behave like hyperlinks.
Like the way when I set childitem.Enabled = False

Thanks for your support.


EDIT: Solved by childitem.Enabled = False

And

<style>
.rpDisabled * {color:#000;}
</style>

Marc
Tags
PanelBar
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Princy
Top achievements
Rank 2
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or