Hi,
I have configured cascading dropdown editors in Kendo Grid (inline editing) following this example http://www.telerik.com/support/code-library/cascading-dropdownlist-editors#boGvza6aG2OF1P8AAFTdxQ.
The changes I made are to use kendo v2013.3.1119, jquery v2.0.3 and to define option labels for both dropdown editors (see the attached example).
The issue I'm facing is the following:
The user selects the option label in the first dropdown (Brand) and the second cascaded dropdown (Model) is also populated with its option label and it is disabled. When the user clicks on the update button to save the changes, it seems that the change made to the cascaded dropdown has not been saved in the grid's model and the previous value is still available in the grid.
Is there a way to resolve this issue?
Regards,
Dimitris
I have configured cascading dropdown editors in Kendo Grid (inline editing) following this example http://www.telerik.com/support/code-library/cascading-dropdownlist-editors#boGvza6aG2OF1P8AAFTdxQ.
The changes I made are to use kendo v2013.3.1119, jquery v2.0.3 and to define option labels for both dropdown editors (see the attached example).
The issue I'm facing is the following:
The user selects the option label in the first dropdown (Brand) and the second cascaded dropdown (Model) is also populated with its option label and it is disabled. When the user clicks on the update button to save the changes, it seems that the change made to the cascaded dropdown has not been saved in the grid's model and the previous value is still available in the grid.
Is there a way to resolve this issue?
Regards,
Dimitris