Hey,
I am trying to the GridSwitchColumn to only be read only. This is for design purposed so that a user can only view the data instead of being able to either switch it on or off.
Is there a way for me to influence this?
I have tried setting the IsEnabled property from the code behind with the GridSwitch.SetValue(IsEnabledProperty,False); But this does not work.
Cheers
Luuk