Hello I have an issue with RadWindow.
On my detail (nested) grid I have a GridButtonColumn with properties set:
CommandName="Delete" Text="Delete" UniqueName="DeleteColumn" ButtonType="ImageButton" ImageUrl="~\images\icons\remove-icon-small.png" ConfirmText="Are you sure you want to delete?" ConfirmDialogType="RadWindow"
Everything is working fine untill I expand more than one parent grid item and try to delete nested grid item.
RadWindows is goin to left-top corner of a browser and confirmation doesn't work - deleting items is working but confirmation windows doesn't appear.
Looking forward to you reply.