Currently Editing cell''s text

Hi, I''m trying to implement a virtual grid which adds a new row as soon as any text is typed in the last grid row. However, I haven''t been able to find a way to detect what the current text is in the current cell, until it has been accepted and saved. Is there a way to get the currently editing cell''s editing text from a CurrentCellKeyPressed or similar event? Thanks, Sue

1 Reply

SH Sue Harris March 9, 2004 09:28 PM UTC

I found that the gridControl1.CurrentCell.Renderer.Control.Text returns the text I want. Thanks

Loader.
Up arrow icon