Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Bug: Filter list disappears if data changed

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

Bug: Filter list disappears if data changed
Link Posted: 05-Dec-2007 01:16
what is happening:

I have unbound grid which refreshes few columns once in 5 sec calling BeginInit/EndInit.

If user clicks on filtering arrow in any column header and is having list of filters opened on a screen - it disappears after refresh.

Same happens if new row has added (Row.Items.Add).

Please respond.
Link Posted: 05-Dec-2007 01:38
This happens, because you modify rows and filter list contains all possible rows. So it also should be modified.
So FlyGrid triggers filter list to close.