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

[Solved] How to get the new value from Telerik MVC Extension Grid on Template editing?

0 Answers 30 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.
Vishnu
Top achievements
Rank 1
Vishnu asked on 30 Aug 2012, 01:37 PM




I refer this http://demos.telerik.com/aspnet-mvc/razor/Grid/ServerEditTemplates
and its now I can see a dropdownlist with selected values.


Refered this one also
http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-display-and-editor-templates.html#EditorTemplates


I followed the same piece of code available on these links.


Here I reached till 4th step. But in second step, they are using some conversions , but they didn't mention where to use it.


In the final step , they use ActionResult UpodateOrder(int id, int employee). But I am getting the old value only. 


How can I get the selected value in Telerik row editing ?


Thanks in advance.




Tags
General Discussions
Asked by
Vishnu
Top achievements
Rank 1
Share this question
or