I have implemented a dashboard using Kendo UI and AngularJS by following this guideline http://developer.telerik.com/featured/customizable-dashboards-angular-kendo-ui-bootstrap/
Is it possible to make the widgets resizable so that the user can expand/shrink their width/height?
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 06 Nov 2015, 11:59 AM
Hello Nadeem,
You can utilize the kendo.resize method from the API to resize Kendo UI widgets dynamically based on user interaction (see this help topic for more details). This can be triggered via action buttons or other target elements on the page, or when certain events are fired, but not directly trying to resize the widget itself with mouse or touch.
Still it is the developer responsibility to make the actual implementation, making use of the kendo.resize method, to be used by the end users. Hope this makes sense.
Best regards,
Sebastian
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!