we want in our "RadGrid" use the "CommandItemTemplate. there are all the action button (insert, delete, update, refresh) are involved. we want the icon there, same as in the commant button ->
<telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn" />
Can we embed the "CommandButton"in a CommandItemTemplate or include in the Grid-Header (CommandItemDisplay = "top")? If so, how?
If this is not possible then we can take advantage of the style or the icon?
<CommandItemTemplate>
<div style="padding: 5px 5px;">
<asp: LinkButton ID = "ButtonEditSelected" runat = "server" CommandName = "EditSelected" Visible ='<%# RadGridProgramCategory.EditIndexes.Count == 0%> '>
<img style = "border: 0px; vertical-align: middle;" alt = "" src ="???????" />
</ asp: button>
</ div>
</ CommandItemTemplate>
Regards
Dani
<telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn" />
Can we embed the "CommandButton"in a CommandItemTemplate or include in the Grid-Header (CommandItemDisplay = "top")? If so, how?
If this is not possible then we can take advantage of the style or the icon?
<CommandItemTemplate>
<div style="padding: 5px 5px;">
<asp: LinkButton ID = "ButtonEditSelected" runat = "server" CommandName = "EditSelected" Visible ='<%# RadGridProgramCategory.EditIndexes.Count == 0%> '>
<img style = "border: 0px; vertical-align: middle;" alt = "" src ="???????" />
</ asp: button>
</ div>
</ CommandItemTemplate>
Regards
Dani