Hey,
i have a Problem with kendo grid and seting up inital Page.
Initial situation:
I have a Grid with many entries, one of them is the right one. On wich Page this entry is i dont know.
What i have tried:
in the databound event i identify the Item(Object) on which page it is (loop over the datasource) after this i want to set the initial page, but if i use dataSource.page(index) javscript shows error -> "too much recursion".Where to set the initial Page?
I'm using JSP and Jquery
Thanks for help.