Hello Jos,
Attached is a sample project which uses the following approach to find a client object of a control which is placed inside a user control:
var paneljQuery = $telerik.$("[id$='_RadPanelBar1']"); -- finds the jQuery object of a control which ID ends on the
'_RadPanelBar1' string.
$find(paneljQuery.attr("id")); -- finds the client object of the control which ID is passed as a parameter.
I hope this helps.
Greetings,
Ivana
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