This question is locked. New answers and comments are not allowed.
Hi,
I am facing a problem while handling postback for my view which contains telerik grid and a button.
I am not getting the model bound with the grid in my postback action.
The scenario is as follows.
I have a simple class person.cs with two fields id and name.
My view contains telerik grid and a button. The populated class object array is passed to this view.
The grid shows the data properly. Now I want to get this bound model back in my post action.
I want to achieve this on a button click.
But unfortunately, the post action methods receives nothing. Formcollection also doesn't contain anything.
How can i get the entire model bound with grid on postback?
Thanks in advance,
Kapil
I am facing a problem while handling postback for my view which contains telerik grid and a button.
I am not getting the model bound with the grid in my postback action.
The scenario is as follows.
I have a simple class person.cs with two fields id and name.
My view contains telerik grid and a button. The populated class object array is passed to this view.
The grid shows the data properly. Now I want to get this bound model back in my post action.
I want to achieve this on a button click.
But unfortunately, the post action methods receives nothing. Formcollection also doesn't contain anything.
How can i get the entire model bound with grid on postback?
Thanks in advance,
Kapil