How to add icon in grid button column, apart from using ButtonType="FontIconButton"
, but using ButtonType="PushButton"
?
Here is my aspx code:
<telerik:GridButtonColumn UniqueName="DeleteCommandColumn" ButtonType="PushButton" CommandName="Delete" ConfirmText="Are you sure you want to delete this?" ConfirmDialogType="RadWindow">
Thanks for your help!