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

RadTabStrip Dynamic binding

1 Answer 86 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Liji Jose
Top achievements
Rank 1
Liji Jose asked on 02 Mar 2010, 11:29 AM
Hi Team,

In RadTabStrip, I want a radGrid to be populated dynamically, ie., based on my tabclick the Grid needs to be populated with data.
If I click Tab1, the grid should populate with names starting with 'A', for Tab2_click, grid with names starting with 'B', for Tab3_click, grid with names starting with 'C' and so on...But I can't place multiple grids.I sit possible using RadTabstrip?

Please reply me with sample code....



-Liji Gilesh

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 04 Mar 2010, 04:55 PM
Hello Liji,

You just need to subscribe to TabClick event of the tabstrip and rebind the grid in its handler. You can also use RadAjaxManager to avoid reloading of the whole page. I've attached a simple page demonstrating this approach.

Greetings,
Yana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TabStrip
Asked by
Liji Jose
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or