|
Hi,
I have created a DataGridButtonColumn ColumnStyle for Read-Only viewing but there are a few bugs I am having real problems fixing.
If the datagrid is set to normal non-read-only mode and a user deletes a row the entire list of buttons still remain in the column with exactly the same underlying data.
How can i get my columnstyle to recognise that a row has been deleted so it can update the array of buttons?
many thanks |