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
Thanks for the sharing your solution, Vasim.
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
Would be very nice, otherwise there isn't a possibility to create a nice dialog and form with save and cancel button.