Hi, I have a flexgrid and I don't want the user to be able to enter certain columns. So in the EnterCell event I see which column it entered and if it's one of the forbidden ones it is sent to another using the grid's Select method. My problem is when the user double clicks a cell in a forbidden...