Hi,
https://demos.telerik.com/aspnet-mvc/grid/editing-custom
The above link discusses adding a dropdown in editable mode to select from a list. What if I don't want the list to come from the model? I'm trying to bind the dropdown to a ViewBag of names populated from an LDAP query (ie not the database). What do I put in the ClientTemplate section?
Thanks,
Brian