This question is locked. New answers and comments are not allowed.
I am facing a strange issue here.
I have a grid with ajax binding which works fine as expected.
Now I need to open the grid empty at start up. Which I did with the following command from JavaScript
grid.dataBind(null)
The command makes the grid empty but keeps its previous paging...
Please advise
I have a grid with ajax binding which works fine as expected.
Now I need to open the grid empty at start up. Which I did with the following command from JavaScript
grid.dataBind(null)
The command makes the grid empty but keeps its previous paging...
Please advise