Hi there

 I constantly getting a syntax error with CF Flexgrid when I set the font to something different than the window font it belongs to.

Here is an example of the generated code:

        Me.gridStorage.FocusRect = C1.Win.C1FlexGrid.FocusRectEnum.None
        Me.gridStorage.Font = New System.Drawing.Font("Tahoma", 12.0!)
        Me.gridStorage.KeyActionEnter = C1.Win.C1FlexGrid.KeyActionEnum.None

The fontstyle ist missing on the font declaration, causing a syntax error whenever the grid regenerates its designer code.
So I have to change it manually every time.

Using Build 2.1.20082.190 with VS2008 SP1 (german) with CF 2.0

with best regards,

Walter