asp.net mvc 3 - in kendo grid column how to use autocomplete -


In a condo grid, how to force columns with auto complete in MVC web application. Want to display the grid product name in the autocomplete option. That option requires the bound product item code and the product item name. Is there a custom editor in the Kendo grid?

You can find a way to do it. Basically you have to create an adapter template and it needs to be referenced from the grid.

Hope this will be helpful.


Comments