wyrd
Well-known member
In a DataView you can easily set a column as read only, but I was wondering if there was a way in the DataGrid to set a columns enabled to false. Read only still allows them to edit it, and just changes the value back after they click outside the column. Im looking for a way so they cant edit whats in side at all (no changing!) or even click inside the column.
Better yet, is there a way to filter columns displayed with the DataView? I know theres RowFilter, but nothing that seems to cover column filtering.
Better yet, is there a way to filter columns displayed with the DataView? I know theres RowFilter, but nothing that seems to cover column filtering.