I have an Infragistics UltraGrid using bindingSource.
If I add a new object to the binding list, it will add a line to the bottom of the grid, which will be fine if there is no user-defined sorting.
Question: if the user clicks on the column heading to sort the grid, is there a way for new rows to appear in the correct sort order, and not always at the bottom?
Re-sorting all the rows on each insert is too expensive.
source
share