Home › Forums › WinForms controls › Xceed Grid for WinForms › GUI Test Automation › Reply To: GUI Test Automation
What information do you need from the Cells?
To enable a CellEditor for a specific cell, edit its contents and commit the change, do this:<code>cell.EnterEdit();
// do something with cell.CellEditor
cell.LeaveEdit(true);</code>
Imported from legacy forums. Posted by Tommy (had 843 views)