I use telerik:RadWindowManager to confirm when I delete in mymy grid
How can I center the RadWindow in my grid.
Have tried the RestrictionZoneID, left, top but nothing happens?
It centers on the display window, I want to center it in my grid, which is not located in the middle of the page.
<telerik:GridButtonColumn UniqueName="DeleteButton" ButtonType="ImageButton" ConfirmText="Radera denna aktivitet?" ConfirmDialogType="RadWindow" CommandName="Delete" HeaderStyle-Width="30px" />How can I center the RadWindow in my grid.
Have tried the RestrictionZoneID, left, top but nothing happens?
It centers on the display window, I want to center it in my grid, which is not located in the middle of the page.