This question is locked. New answers and comments are not allowed.
Hi All,
During Ajax Binding in telerik MVC Grid can we bind the drop down list in editor template dynamically i.e., during on edit event
if not possible what needs to be done to dynamically bind the drop down list.( this question is related to the demo link http://demos.telerik.com/aspnet-mvc/grid/clientedittemplates) where we are binding drop down through
now i need the drop down to be binded based on the datakey of the row i.e., OrderID in the demo example but not using ViewBag/ViewData
During Ajax Binding in telerik MVC Grid can we bind the drop down list in editor template dynamically i.e., during on edit event
if not possible what needs to be done to dynamically bind the drop down list.( this question is related to the demo link http://demos.telerik.com/aspnet-mvc/grid/clientedittemplates) where we are binding drop down through
ViewData["employees"]
now i need the drop down to be binded based on the datakey of the row i.e., OrderID in the demo example but not using ViewBag/ViewData