Hi Guys-
I've done this in a previous project using the WinGrid, but I cannot remember how or what property I modified to make this happen. I'm thinking its in the Feature Picker. What I want to do is disable auto edit mode on cell click. So you can move around the cells with the arrows or by clicking on them, and it will not automatically begin editing. I have another project that I worked on where I wrote code to trap keydown and up events and put the cell into edit mode programmatically, but I just can't find the property to set for this behavior.
TIA!
I think that you're looking for the CellClickAction on the DisplayLayout.Override object. You probably want to set this to something like CellSelect.
-Matt