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

[Solved] Update 'editable: false' field in popup editor from seperate AutoComplete field

1 Answer 91 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jeff
Top achievements
Rank 1
jeff asked on 04 Mar 2015, 11:54 PM
I have three fields on a popup editor, 'username', 'id', and 'title'. The 'username' field is an autoComplete, and 'id' is set as 'editable: false'. How can I still update that id field when a user selects an autoComplete username?

Thank you!

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 06 Mar 2015, 04:18 PM

Hello Jeff,

You need to get the current grid data item and use its set method to update the id value. This can be done in the change handler of the autocomplete. We can provide more assistance if you show us the code you are currently using - for example you could create a Kendo UI dojo.

Regards,
Atanas Korchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
jeff
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or