Posted 12 June 2018, 11:24 am EST
I have a form with a C1DataGrid on it. When I double-click a row I display another form which allows the user to edit the record. When the user saves the changes to the record, how can I refresh the Data grid so that changes to the record are reflected on the grid.
Currently, I re-run the query used to populate the data grid but this has the effect of clearing any filters and losing the selected row.
Is there a better way which preserves the filters and the selected row?