This question is locked. New answers and comments are not allowed.
Hi!
In our use of the Telerik asp.net mvc grid we fetch only the records needed from the db that are shown in the grid. We use custom binding as in the example here
We also use ajax editing like in the example here:
Both technologies work well in isolation but if we combine them the page count information seems to get lost after doing an insert, delete or update. In debug mode I can see the Total count returned is correct. Doing a refresh (and thus calling the regular _SejectAjaxBinding) restores the paging. Any idea what could be going on?
Paul.