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

[Solved] Bug in paging when binding on the client side

0 Answers 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
iggy
Top achievements
Rank 1
iggy asked on 22 Oct 2010, 05:38 PM

We are using ASP.NET MVC 2010.2 930 and find that when we rebind the grid from the client side (after assigning the ajax property), paging using next, previous or by clicking on the page numbers does not work. Here's the code that mimics what we are doing:

 

function

 

 

DoBind()

 

{

ajax =

 

new Object;

 

ajax.selectUrl =

 

'Home/_AjaxBinding';

 

 

 

var grid = $('#Emp').data('tGrid');

 

grid.ajax = ajax;

grid.rebind();

}

 

 

Is this a known bug? If so, when will it be fixed?

Tags
General Discussions
Asked by
iggy
Top achievements
Rank 1
Share this question
or