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

Grid: Remote data issues since Q3 upgrade

0 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 26 Nov 2012, 02:26 PM
Hi

I've upgraded to the latest version and suddenly my grids aren't working well. I cannot sort, nor use the pager when binding to remote data. I've also noticed that there is no mvc example in the remote data example of the grid.

The pager is showing a zero page count.

I am returning data in json form like so:

return Json(new DataSourceResult
            {
                Data = users,
                Total = Convert.ToInt32(count)
            }, JsonRequestBehavior.AllowGet);
This used to work well before the update.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Matthew
Top achievements
Rank 1
Share this question
or