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

2 seperate grids in one page

1 Answer 124 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 24 Jul 2013, 07:58 AM
Hi there,

I would like to know if it is possible to have 2 or more grids in one page.
not a master/detail (Hierarchy) separate grids.

I tried to do it, but I can only populate/edit one of them in one ActionResult.

I would like also to load the second (third, etc) grid when a row is selected in the first grid.

All this need to be done with a .Server datasource, not Ajax.

it this possible to do?

Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 26 Jul 2013, 07:09 AM
Hello Patrick,

Having two or more Grids on a single page is possible, however you need to ensure that each of the Grids have different Name.

Regarding the populate on select is not possible with Server binding - when using server binding you need to reload the whole page and selecting a row is a client side event which does not cause page reload. Consider using Ajax binding.

Kind Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Patrick
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or