Hello Team,
I am using Radgrid, I want All buttons inside grid as pushbutton with image inside it.
I have placed template column for Edit button as above. but i need pushbutton with all skin changes and an image inside button at left side and text as right side.
Can any one help me out?
Thanks and Regards,
Ruchi Patel
I am using Radgrid, I want All buttons inside grid as pushbutton with image inside it.
<telerik:GridTemplateColumn AllowFiltering="false"> <ItemTemplate> <asp:ImageButton CommandName="Edit" runat="server" Text="Edit" ImageUrl="~/Images/Edit.png"></asp:ImageButton> <asp:LinkButton CommandName="Edit" runat="server" Text="Edit"></asp:LinkButton> </ItemTemplate> </telerik:GridTemplateColumn>I have placed template column for Edit button as above. but i need pushbutton with all skin changes and an image inside button at left side and text as right side.
Can any one help me out?
Thanks and Regards,
Ruchi Patel