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

Grid Custom editor editing issues

2 Answers 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Arun
Top achievements
Rank 1
Arun asked on 02 May 2014, 03:50 PM
Hi,

I have a requirement in data grid with a custom dropdown editor, while changing the dropdown value, "id" for the changed value in the kendo grid data source is not getting updated with the corresponding newly changed dropdown option chosen . And after changing it, the cell value in the grid is showing "id" not the "text" of the custom dropdown editor.

Please find the code snippet in the jsfiddle : http://jsfiddle.net/khNsE/40/

Thanks

2 Answers, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 06 May 2014, 10:27 AM
Hi Arun,

In order to display the text instead of the corresponding ID, the columns.values option should be specified. I would recommend checking this demo, where similar behavior is illustrated.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Arun
Top achievements
Rank 1
answered on 06 May 2014, 02:37 PM

Thank you
Tags
Grid
Asked by
Arun
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Arun
Top achievements
Rank 1
Share this question
or