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

[Solved] EditForm in RadGrid

1 Answer 127 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pdd
Top achievements
Rank 1
Pdd asked on 03 Jun 2008, 12:14 PM
I built a gridview with an edit button on each row. The problem is, the edit form is always open (for the first row), before I press the edit button. How do I make it open only when I press edit button?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Jun 2008, 04:02 AM
Hi,

Try using a GridEditCommandColumn to put the Grid in edit mode on clicking the Edit Button.

ASPX:
<telerik:GridEditCommandColumn UniqueName="EditCol"></telerik:GridEditCommandColumn> 


Thanks
Shinu.
Tags
Grid
Asked by
Pdd
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or