Declined
Last Updated: 20 Sep 2021 12:26 by ADMIN
Vasim
Created on: 11 Jan 2015 01:22
Category: Window
Type: Feature Request
0
Allow toolbar to be docked
Allow the toolbar to be docked to the Kendo window at the top under the title or tabstip at the top under the tab, this way the scrolling would keep the toolbar in place and would be always visible for user action
3 comments
ADMIN
Telerik Admin
Posted on: 11 Aug 2015 14:42
Thanks for the sharing your solution, Vasim.
Vasim
Posted on: 21 Jul 2015 22:07
I now realize and was able to achieve this by adding a scrollabel container in the Window, the toolbar can be positioned normally above the container and setting the style of the window to:

.k-window #WindowNameHere.k-window-content { overflow: hidden; }

And the scrollable div style to: 
{overflow: auto;}

Then use JavaScript to resize the scrollable div triggered by the Window resize event

Marc
Posted on: 28 Mar 2015 11:06
Would be very nice, otherwise there isn't a possibility to create a nice dialog and form with save and cancel button.