redrom
redrom

Reputation: 11642

Kendo grid, dynamic dropdown as you type

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

Answers (1)

Vanice
Vanice

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

Related Questions