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
3521
How is it possible for my activecell to be a cell which is readonly?
posted

I think that I smell a bug.  Ok, kere is the scenario.  Create a grid with three or more columns on it.  Make the second column readonly.  On the cellexitededitmode event check to see if you are exiting editing of the first cell.  If so, activate editmode on the third cell. Begin typing in the third cell.

Meanwhile on the grid's keydown event, check grid.ActiveCell.Column.Key property and notice that is the second column.

wha?  How can the second column be active and I am editing the third column and the second column is marked readonly?