Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Problem with showing new rows in fly grid

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Problem with showing new rows in fly grid
Link Posted: 28-Dec-2005 22:49
i have a grid with a dataview based on a datatable as a datasource.
when i populate mygrid, it is ok.

than, i made a button the adds a new row to the datatable.
the row is added to the table and to the view, but i cant see it in the fly frid.


can you help me?
thanks.
Link Posted: 16-Jan-2006 01:27
Probably you're using sorted datasource, in this case, new row will sorted after insertion.