Home - Forums-.NET - FlyGrid.Net (Windows Forms) - really weird bug in 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

really weird bug in grid
Link Posted: 26-Oct-2005 21:40
Hi,
I have a grid in a tab control (not sure if it makes a difference but thought I should mention it). If I modify the properties in design mode in the property editor, the code in the Windows Form Designer generated code will just disapear! This code is correspond to

'
'dgGrid.Columns
'

and

'
'dgGrid.Rows
'

Therefore my grid just end up not having row headers, and other properties just disappear. I've reproduced the bug in other forms. It's only since the latest version.
Could you check this out please.
Thanks
Link Posted: 28-Oct-2005 05:51
Seriously, this bug is obvious...
Put a grid in a control such as a panel or a tab. Set the properties of the grid (ShowRowHeader to true for example).
Then modify the properties of the container, and all the properties of the grid will be reset to default ( don't show row header anymore)
Link Posted: 30-Oct-2005 19:14
This problem is fixed.
We've tried to make FlyGrid "compatible" to VS2005 RC code serialization bugs .
Now this problem is solve and in the VS2005(in the VS2003 also) user can add columns via FlyGrid designer verbs.
We're planning to publish new update of FlyGrid today.
Link Posted: 30-Oct-2005 21:57
haaaa thank you ! this problem was really annoying me