Hi,
In my grid the cell style is set to Check, and on a row-by-row basis I have to enable and disable the cells' Activation property (myCell.Activation = Activation.NoEdit). Unfortunately the check editor remains "enabled" even clicking it does nothing (as expected).
Is there a way to disable this editor completely? EditorResolved returns a CheckEditor, but no easy way of accessing the underlying control.
I must be missing something,
Thanks, Tom
Ahh never mind, it's been a slow day. I just set it to Activation.Disabled. Done.