Posted
on Jan 17, 2012
(permalink)
I'm working with the RadPanelBar, and I am writing to ask if the Up Down Arrow indicator of a parent RadPanelItem can be wired up to a click event;
Clicking on a parent-level RadPanelItem (or child-level RadPanelItem) initiates a click event - however if the Up Down Arrow Indicator on the right part of the RadPanelItem is clicked, no event is registered in the C# code-behind;
Any insight is appreciated;
Reply
Answer
Kate
Kate
Posted
on Jan 20, 2012
(permalink)
Hello Robert,
The issue that you describe is a bug of the RadPanelBar that we are already aware of. It is logged in our internal system so we can fix it. Meanwhile I could suggest that you use
jQuery to find the ExpandHandler by its
css class (rpExpandHandle) and
attach a click event.
Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now
Reply
Ken
Posted
on Feb 20, 2012
(permalink)
Has this fix been distributed yet? If yes, where and how can I obtain it.
Reply
Kate
Kate
Posted
on Feb 23, 2012
(permalink)
Hi Ken,
The issue is still not fixed but you can keep track on it in our PITS. Below you can find a link to the issue:
http://www.telerik.com/support/pits.aspx#/public/aspnet-ajax/5778
Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.
Reply