This is a migrated thread and some comments may be shown as answers.

Inline Edit as DDL where data source is key from local dictionary

1 Answer 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 07 Dec 2015, 08:01 PM

I've got a local variable in javascript that is a dictionary object. on inline edit of a row, I want to have the column edit mode be a dropdownlist where the data source is the list of keys in the dictionary and the selected key is the value from the row in the grid.  How can I set the data source of the dropdownlist to be the key in my local dictionary?

I've looked at this demo but the data is remote. I want to specify the data source to be local from the key of the dictionary object.

http://demos.telerik.com/kendo-ui/grid/editing-inline

Thanks,

--Ed

1 Answer, 1 is accepted

Sort by
0
Ed
Top achievements
Rank 1
answered on 07 Dec 2015, 08:42 PM
nevermind. figured it out
Tags
Grid
Asked by
Ed
Top achievements
Rank 1
Answers by
Ed
Top achievements
Rank 1
Share this question
or