I have a Kendo TreeView that I am using Templates to control what controls are added to the child node.
When I Append a node and apply the template I want a KendoDatePicker to be added to the child node, along with several other controls.
I apply the kendoDatePicker and the input changes into the KendoDatePicker. The problem is that when I select the DatePicker the calendar control flashes visible and then disappears. It looks like a Kendo Tree node does not support having other Kendo Web Controls as part of a child node template. The mouse up event seams to conflict with the tree node events and makes the embedded controls not display correctly. I have tried this with the KendoComboBox and the KendoDatePicker. They look correct until they are clicked on. Then they flash display their functionality and it disappears making them not usable as the desired Kendo Control.
Does the Kendo Tree Node Template support having other Kendo controls in them?
Thanks,
Justin
When I Append a node and apply the template I want a KendoDatePicker to be added to the child node, along with several other controls.
I apply the kendoDatePicker and the input changes into the KendoDatePicker. The problem is that when I select the DatePicker the calendar control flashes visible and then disappears. It looks like a Kendo Tree node does not support having other Kendo Web Controls as part of a child node template. The mouse up event seams to conflict with the tree node events and makes the embedded controls not display correctly. I have tried this with the KendoComboBox and the KendoDatePicker. They look correct until they are clicked on. Then they flash display their functionality and it disappears making them not usable as the desired Kendo Control.
Does the Kendo Tree Node Template support having other Kendo controls in them?
Thanks,
Justin