I'm using a TreeListView. My goal was to have a toggle for read-only vs. edit mode, so I have a control to toggle the this state by changing the TreeListView CellEditActivation to CellEditActivateMode.None to disable and SingleClickAlways to enable. When set to None, the columns in the treeview appear disabled, and when switched to SingleClickAlways they render enabled. The rest of this is seemingly not relevant, but I have several different datatypes and editors in place. I use CellEditStarting...
Hi Curtis - Thank you for this - I am having the exact issues you reported above...