I''m using CellType="ComboBox" and am trying to determine if the ComboBox is actually being displayed or not during the grid''s PrepareViewStyleInfo event.
For example, if a user is tabbing across the grid, then comboboxes don''t actually activate (there''s no cursor or dropdown button), but if the user clicks directly on the cell, the combobox becomes active (i.e. there''s a blinking cursor in the textbox and a dropdown button is visible).
I was hoping this information would be available, e.g. grid.CurrentCell.IsEditing
Any ideas?
Thanks a lot.
-Luke