This question is locked. New answers and comments are not allowed.
Hi,
I understand (from the documentation) that IsReadOnly property or IsReadOnlyBinding can be used at the grid view level or at the column level to set Read Only Rows or Read Only cells respectively.
Could you please suggest how I can use IsReadOnly property or binding to make certain intersections (of row and column) editable and lock rest-of-the-grid? For example, I have 3 rows and 5 columns. Column 1 and Column 2 contain locked cells for all the 3 rows, but Column 3, 4, 5 have cells that intersect with row 2 & 3 are editable and all the cells in row 1 are locked.
Thanks.
B.Manohar
I understand (from the documentation) that IsReadOnly property or IsReadOnlyBinding can be used at the grid view level or at the column level to set Read Only Rows or Read Only cells respectively.
Could you please suggest how I can use IsReadOnly property or binding to make certain intersections (of row and column) editable and lock rest-of-the-grid? For example, I have 3 rows and 5 columns. Column 1 and Column 2 contain locked cells for all the 3 rows, but Column 3, 4, 5 have cells that intersect with row 2 & 3 are editable and all the cells in row 1 are locked.
Thanks.
B.Manohar