I have a keno grid which contains 3 columns
ID, Description and Status where status is a dropdown list
I am using a custom editortemplate for the popup form
The dropdown is populated using the ViewData
When the row is added, I can see the selected value of the dropdown in the status column grid's view mode
How do I show the text as opposed to the view ?
I have tried using the example on http://demos.telerik.com/aspnet-mvc/grid/editing-custom
but it does not seem to help.