This is a migrated thread and some comments may be shown as answers.

RadGrid in ASP.NET

1 Answer 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ram
Top achievements
Rank 1
Ram asked on 16 Nov 2010, 06:00 PM
How do i add Delete and Edit images to RadGrid ?

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 17 Nov 2010, 01:05 PM
Hello Ram,

If you add a button column with CommandName property that is set to Delete or Edit, RadGrid will automatically set the corresponding image (provided that the ButtonType is ImageButton)
<telerik:GridButtonColumn CommandName="Delete" ButtonType="ImageButton" />
<telerik:GridButtonColumn CommandName="Edit" ButtonType="ImageButton" />

Regards,
Daniel
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Ram
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or