Hi,
I have multiple columns in a table, some are editable and some are read only. I want to add show an icon for the header cell to indicate which column is editable.
If the column is not editable, the icon is hidden.
Are there any good way to achieve this?
I have not found any solution yet. It is possible to add an icon to the header cell template, but how do I get the visibility property set based on data column's property IsReadOnly set to true or false?