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

Difference between read-only and AllowEditRow?

1 Answer 144 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Marc-Andre
Top achievements
Rank 1
Marc-Andre asked on 19 Nov 2010, 07:32 PM
Is there a way I can find this information somewhere?

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Emanuel Varga
Top achievements
Rank 1
answered on 20 Nov 2010, 12:52 AM
Hello Marc,

One essential difference would be, when you set the grid to:
radGridView1.AllowAddNewRow = true;
radGridView1.AllowEditRow = false;
You can add new rows to the grid but you cannot edit the existing rows, but if you use ReadOnly, you cannot make any changes to the grid.

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga
Telerik WinForms MVP
Tags
GridView
Asked by
Marc-Andre
Top achievements
Rank 1
Answers by
Emanuel Varga
Top achievements
Rank 1
Share this question
or