Hi,
We have large data sets and want to load one page at a time data from server in Data grids.
Editable cells and Drag n drop stop working with server side dynamic loading.
We are getting following errors,
-
_childNodes is null
-
row is null
-
_locator is null
-
this.obj is null
etc… -
Is it possible for Editable cells and Drag n drop working in Grid and treegrid with dynamic loading. (server side pagination)
-
Please provide examples of editable cells and Drag n Drop working with dynamic loading.