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
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!