This question is locked. New answers and comments are not allowed.
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.