How to remove row from Ultracombo control after an add event to WinGrid.
You remove the underlying list object from the bound list; for example, if you are bound to a DataTable you use DataTable.Rows.Remove.