Hi,
I've a SfDataGrid with a Itemsource with five column pairs "Value01" & "Value01ReadOnly", "Value02" & "Value02ReadOnly", ...
Each "Value" column should be disabled (and have another background color) when its corresponding "ReadOnly" column contains "true".
I've tried to reach this with a customized GridCelNumericRenderer. But there were some problems.
- The "ReadOnly" cells are not really read only. They can be entered and edited.
- After scrolling down and up, the "ReadOnly" cells are "moving".
- The "ReadOnly" formatting is only applyed to the TextBlock and not to the entire cell.
Please check the attached sample application, to see the problems.
Regards
Harald
Attachment:
SfGridSample13_b59470b2.zip