This question is locked. New answers and comments are not allowed.
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;
}
something like this:
class GridCommand<T>
{
.
.
.
T UserData;
}