Reputation: 11642
I would to add dynamical filled dropdown select (or some other compoment) during the cell editation in Kendo Grid.
Type of the cell is a string and I would like to get responses from server as user is typing into cell.
Could somebody tell me how can i do it in right way or post here some useful tutorial?
Thanks for any help.
Upvotes: 0
Views: 358
Reputation: 676
You will have to create a custom editor for your cell like shown in this example http://demos.telerik.com/kendo-ui/grid/editing-custom
They use a dropdown. In your case you will need a combobox or an autocomplete. http://demos.telerik.com/kendo-ui/
Upvotes: 0