This is a migrated thread and some comments may be shown as answers.

How to make widgets resizable

1 Answer 111 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nadeem
Top achievements
Rank 1
Nadeem asked on 05 Nov 2015, 08:43 PM

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

Sort by
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!
 
Tags
General Discussions
Asked by
Nadeem
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or