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

Editing multiple rows at a time

1 Answer 149 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lars
Top achievements
Rank 1
Lars asked on 10 Mar 2009, 09:37 PM
Hi there,

Is it at all possible to edit multiple rows at the same time?  Inline editing would be preferable. 


Any suggestions appreciated 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 11 Mar 2009, 03:46 AM
Hello Lars,

To edit multiple rows at a time, you can set the AllowMultiRowEdit property of the grid to true as shown below:
aspx:
<telerik:RadGrid ID="RadGrid1" AllowMultiRowEdit="true"  DataSourceID="SqlDataSource1" AllowPaging="true" PageSize="10" runat="server"
      <MasterTableView EditMode="InPlace" DataSourceID="SqlDataSource1" > 

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