Home - Forums-.NET - FlyGrid.Net (Windows Forms) - lookup based on edited row

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

lookup based on edited row
Link Posted: 22-Feb-2006 06:38
Hi,
I have lookup columns defined in nested grids.

Is there a posibility to show data in the lookup control based on the data of the current edited row in a nested grid.

Thanks in advance.
Link Posted: 22-Feb-2006 08:23
You can override LookuplistColumn.GetValueList(NodeBase node)
method to show data based on the data of the node.
Link Posted: 23-Feb-2006 01:22
I provided the data in the Lookuplist by a DataView.
So I will have the possibility to set a Rowfilter according to the current edited node.

Can I use the Rowfilter and what is best event to prepare the Lookuplist.