In GridButtonColumn on delete command ,
I want to customise the popwindow as to change the title of the window & style of buttons.
I used the Code below but no idea for customization . Please find the screen shot and have a look
<telerik:GridButtonColumn UniqueName="DeleteColumn" Text="Delete" CommandName="Delete"
ButtonType="ImageButton" ImageUrl="~/Images/Delete.gif"
ConfirmText="Do you want to delete template?" ConfirmTitle="Delete Template" />
Thanks
Jaichand