I have seen the example of using a custom CSS style to modify the appearance of the TelerikWindow action buttons (border / background / color).
Is it possible to change the location of the action buttons to be at the bottom of the window (preferably just the buttons, and not the whole title bar)?
But if the window size is not fixed / is dynamic, is there a way to get it to work then?
0
Dimo
Telerik team
answered on 11 Jan 2024, 02:49 PM
@Rynhardt - the overall approach is a bit hackish. Why do you need to move the Window actions? Instead, you can consider custom commands that work with the Window parameters and API instead (example below).
If you prefer the current approach, then use bottom instead of top and absolute instead of relative.