We have a kendo tree-view already implemented in our web application. In our new requirement we have to add some additional controls inside tree view.
Scenario 1: Once user select a check box from tree view one textbox should be shown near to selected checkbox (based on some business logic). The required data for control will be there in JS object.
Scenario 2: Once user select a check box from tree view one combo box should be shown near to selected checkbox (based on some business logic). The required data for control will be there in JS object. These controls should be created at any level of tree view (based on certain business logic which is already there in code)
I am looking for an inbuilt functionality in kendo-ui where I can add textbox or combo-box inside the tree-view control. I go through a lot of threads available on kendo site but not get any similar implementation.
Please refer below screenshot to understand exact requirement.