This question is locked. New answers and comments are not allowed.
Dear Telerik Team,
I've got a Grid with a command button which opens up a telerik window. when I click cross in the window to close, i'm rebinding the grid but I'm losing the pagination. for e.g. if I'm in page 3, I open up the window and then close it, the grid rebinds but goes to page 1. Please let me know how to retain the page nos.
This is my jquery to rebind in onClose event of window
Thank you
Niroj
I've got a Grid with a command button which opens up a telerik window. when I click cross in the window to close, i'm rebinding the grid but I'm losing the pagination. for e.g. if I'm in page 3, I open up the window and then close it, the grid rebinds but goes to page 1. Please let me know how to retain the page nos.
This is my jquery to rebind in onClose event of window
function onClosePickupReturnCancel(e) { var $grid = $("#List").data("tGrid"); $grid.rebind(); }Thank you
Niroj