GridView has few readonly columns. How to make readonly cells editable for new row?
I need to allow to enter some data on inserting and don't allow to edit on editing.
2 Answers, 1 is accepted
0
Maya
Telerik team
answered on 06 Jul 2012, 02:00 PM
Hello Anton,
I would recommend you to run through this forum thread for a reference.
All the best,
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
It approach is bad in case when columns are auto-generated. I have DataView in ItemsSource. DataView already has information about readonly columns and RadGridView automatically applying it to auto-generated columns.