I am new to using Telerik controls.
I have added 3 asp text boxes inside a RadPanel bar. I am able to expand and collapse the panel item.
Can someone tell me how I can access the values in the 3 text boxes in code behind?
To get a reference to the embedded control, locate the
RadPanelBarItem that has the template, and use its
FindControl method.
Here is the help article explaining the same. Accessing Controls Inside PanelBarTemplates