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

[Solved] Grid with Hireachy using Tabs

1 Answer 116 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Asra
Top achievements
Rank 1
Asra asked on 08 Jun 2009, 01:38 PM
Hi All,

I have a Grid call MainGrid in the aspx page. In this Grid iam adding one more Grid as ChildGrid and finding the ChildGrid in the ItemCreate event of the MainGrid and binding the childGrid in the same ItemCreatedevent using the DataSource Property. This Child Grid is added to the Tab PageView.

Here it is getting binded, but the problem is ItemCreated Event is getting called many items and i have many records, so the rendering of the grid is very slow.

Can any one help me out, is there any other soloution where i can bind my child grid items

Regards
Asra

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 11 Jun 2009, 11:55 AM
Hello Asra,

You may consider using the approach from the online demo of RadGrid for ASP.NET AJAX pointed below:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx

in order to implement hierarchy with tabbed views in the nested levels. Feel free to modify/extend the approach to fulfill your custom requirements.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Asra
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or