Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Styled nodes

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

Styled nodes
Link Posted: 19-Feb-2006 21:29
Hi,
Can i use some kind of stylyd node when i'm NOT in virtual mode.
i'm in full binded. with a datatable in the datasource.

thanks you.
Link Posted: 19-Feb-2006 23:33
Yes, you can use IStyledNode implementors in databound mode.
In this case you should use FlyGrid.VirtualMode_InitNewNode event handler to create new node instance, created node should be inherited from VirtualNode and can implement IStyledNode interface.