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

TabStrip inside Grid Template Column

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 26 Nov 2013, 04:17 PM
Dear Telerik,

My grid is just one template column which has amongst other controls a RadTabStrip and 5 Multipages.
To reduce the page size I need to set  RenderSelectedPageOnly="true" on the MultiPage and then load each multi page with ajax as needed.

How can I access the TabClick event and control the selected tabs and multipages as normal please?

Cheers,

Jon

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 29 Nov 2013, 09:31 AM
Hello Jon,

Generally, you can use ItemCreated and FindControl to access the generated controls:
http://www.telerik.com/help/aspnet-ajax/grid-distinguish-differences-between-itemcreated-itemdatabound.html
http://www.telerik.com/help/aspnet-ajax/grid-accessing-cells-and-rows.html

Hope this helps. In case you have different requirements or further instructions, please send us a sample runnable web site demonstrating your "normal" scenario when the TabStrip and MultiPage are outside the grid. Thus, we will be able to figure out your exact requirement and provide a proper approach to achieve the same functionality inside a grid template. 

Regards,
Eyup
Telerik
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 the blog feed now.
Tags
Grid
Asked by
Jon
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or