Like k-textbox and k-button css provided with kendoUI - I would like to have it extended for simple box with title, expand collapse button etc. This may be more like [Group] control in winforms. so we can group the controls and enable/disable it as needed.
Hello Piyush,
The following existing Kendo UI features are applicable to your request:
CSS primitives: a set of classes, which can be used to style a random HTML element
https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling#primitives
Styled panels:
https://demos.telerik.com/kendo-ui/styling/panels
Built-in font icons:
https://docs.telerik.com/kendo-ui/styles-and-layout/icons-web
Expand/collapse animations:
https://demos.telerik.com/kendo-ui/fx/expand
As a possible alternative, you could even try using a customized Window widget, which does not float over the other page content. In this way you will gain a styled container with a title. The minimize/restore buttons will serve as collapse/expand.
https://demos.telerik.com/kendo-ui/window/actions
A docking-like functionality is discussed at:
For the time being, I am closing this item, as it has not gathered much hype.
Regards,
Dimo
Progress Telerik
Thanks for posting this proposal. We will gauge the interest in it and sync our plans in accordance with it.