Kendo UI tree view : как добавить текстовое поле и поле со списком внутри древовидного представления
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.
Karthik_Mahalingam
было бы лучше создать пользовательский элемент управления, а не копаться в библиотеке кендо, чтобы настроить его.
Valery Possoz
Вы правы, но кендо довольно приятно, когда используется правильно. См. мой ответ ниже.
Karthik_Mahalingam
у вас есть решение.