i have created Kendo UI Grid with dropdownlist column. In that Grid i have used GridEditMode.PopUp. While click Edit buttion popup is not populate with Dropdownlist values.
As described in the above URL, I generated new list and created new partial view and placed the dropdown control and binded the data to the drop down inside the grid.........blah blah blah...... .
All the stuff worked good for me till i have the grid as GridEditMode. Inline (or) GridEditMode.InCell..
But my need is that i need the drop down for the particular model property when the grid is in GridEditMode. Popup..
But i Couldn't achieve it...
I want to know whether this feature is not supported by the Kendo UI or am i doing anything wrong, Please assist me to achieve the above functionality...