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
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