Hi,I have a grid whose AllowUpdate is set to false. The CellClickAction is set to CellSelect yet when I press F2 on a cell it does enter edit more. What design-time setting do I need to stop this happening.
Thanks,john
Perfrect thanks Matt. Exactly what I was looking for - often blinded by all the options available.
John,
Can you actually edit the value? My guess is that the CellActivation is set in such a way as it allows the user to enter a mode where they can select the text, but not change it. You could change this behavior through CellActivation property on a column to someting like NoEdit.
-Matt