He have created this dojo to illustrate our point.
https://dojo.telerik.com/@navdeep316/iKAmeDAv
We would like to be able to be able to clone options from the top options and subsequently to be able to edit any cloned (child) option.
We are unable to figure out a way so that the child/cloned dropdowns can change state.
Is it a bug or a feature? How can we achieve our aim?
Thank you so much,
Dimitris
Thank you very much indeed Petar. This is the exact functionality needed!
I have conveyed your response to our dev team.
We are extremely obliged to you.
Petar our team reverted with this:
That in the code provided, although the values do load, they do not keep the options from when 'clone' button was pressed. It rather loads the options from the datasource.
They said that it appears you can either just load an active dropdown (as you did) but unable to preload it with the options selected when cloned or you can do the clone of the values but without being able to change them/instantiate them (thus you cannot even change them).
Is there any way to have the clone dynamic (as you did in your sample) but also load the values of the previous dropdown when clone was pressed?
Any suggestions?
Thank you very much indeed Petar! We are grateful!
Best regards!
Hello, Dimitris.
The provided example clones your initial DropDownList but it doesn't initialize a new Kendo UI DropDownList. To achieve what you want, you must initialize every new DropDownList like you do on $(document).ready() event in your code. Here is a short edit of your code which demonstrates what you want to do.
In case you have any further questions – please do not hesitate to contact us.
Regards,