Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
How to disable auto edit mode on entering a cell
posted

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!

 

  • 37774
    Suggested Answer
    posted

    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