Is there a way to change the skin, or color of a RadGrid Button COlumn Confirmation popup?
I have a RadWindowManager on the screen but how do I set the ID of the Confirm popup for the Window, or is there another setting?
<telerik:GridButtonColumn ConfirmText="Delete this record?" ConfirmDialogType="RadWindow" ConfirmDialogHeight="150" ConfirmDialogWidth="250" ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete" UniqueName="DeleteColumn" />