Hi Team,
I would like to request to support hierarchical menu options for the Kendo UI Drawer. For example in Account with children: Billing, Plan, History.
Thank you
Hi Team,
I'd like to request the Kendo UI Drawer to include data-binding functionality. Additionally, this would help in regards to handling dynamic data.
Thank you!
Add templated items to drawer to allow more complex scenarios as below:
Hi Team,
I'd like to request to update the Kendo UI TypeScript definitions for the Kendo UI Drawer. Currently, the autoCollapse configuration is not included.
Thank you!
Bug report
When the text of a drawer item contains multiple words, the hidden class is not removed.
Reproduction of the problem
Open and run this dojo
Notice the second item text is "My Notifications".
Click on the second item
Drawer content is not displayed
Current behavior
On click of an item with multiple words, the drawer content is not displayed
Expected/desired behavior
On click of an item with multiple words, the drawer content should be displayed.
A possible solution could be the removal of spaces:
e.sender.drawerContainer.find("#drawer-content").find("#" + e.item.find(".k-item-text").text().replace(" ","")).removeClass("hidden");
Environment
Kendo UI version: 2019.3.1023
Browser: [all]