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

[Solved] How to pass large data in MVC Grid Action for ajax requests?

0 Answers 38 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.
al al
Top achievements
Rank 1
al al asked on 24 Sep 2010, 01:04 PM
MVC Grid passes data into a grid action in the URL for ajax requests. And when the data exceeds a browser url limitations, it obviously crashes. Can we have a property in GridCommand to pass user data from javascript?

something like this:
class GridCommand<T>
{
       .
       .
       .
       T UserData;
}
Tags
General Discussions
Asked by
al al
Top achievements
Rank 1
Share this question
or