Hi,
I'm using the Grid and all is peachy in terms of skinning the grid itself, but I can't seem to find a place where one can choose the skin to use for a column that makes use of the RadWindow.
E.g.
I don't see any obvious attribute on this column that allows me to say which skin, or custom skin, this Confirm Dialog should use.
How do I skin the confirm Dialog?
Regards,
Jacques
I'm using the Grid and all is peachy in terms of skinning the grid itself, but I can't seem to find a place where one can choose the skin to use for a column that makes use of the RadWindow.
E.g.
| <telerik:GridButtonColumn CommandName="Delete" ConfirmText="Are you sure you want to delete this Item ?" |
| ConfirmDialogType="RadWindow" Reorderable="False" Text="delete" UniqueName="column1" ConfirmTitle="Delete Item" /> |
I don't see any obvious attribute on this column that allows me to say which skin, or custom skin, this Confirm Dialog should use.
How do I skin the confirm Dialog?
Regards,
Jacques