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

Multiple oData grids on one page

1 Answer 153 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jean-Pascal van der Endt
Top achievements
Rank 1
Jean-Pascal van der Endt asked on 20 Mar 2012, 01:41 PM
Hi,

I'm trying to put two (or more) Kendo Grids on my page; both grids use a separate oData request to load their data, i.e. with a data source of type:'odata'.

Having either of those grids on the page works fine, but having both of them in the same page does not work: the columns for both grids are shown, but neither grid has any data rows.

I noticed that both oData requests get the following querystring param + value: $callback=callback

I'm not entirely sure how the callback thing works, but shouldn't the values have been different? For example, $callback=grid1callback and $callback=grid2callback, respectively?

If this is indeed the problem, is there a way to override the $callback value?

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 20 Mar 2012, 02:36 PM
Hi,

This is a known issue which has been already resolved. Please try the Q1 2012 Beta version of KendoUI.

Regards,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Jean-Pascal van der Endt
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or