AD
Administrator
Syncfusion Team
March 10, 2004 06:32 PM UTC
You should consider using the 2.0 GridGroupingControl to allow filtering on nested child tables.
Filtering child tables is not really supported in the GridDataBoundGrid. You may be able to catch the RowExpanding event, get the GridBoundRecordState, and the childtable from the recordstate, and dynamically try to filter that childtable at that point. But I do not know what problems you might encounter.
BM
Brenda Maloff
March 10, 2004 07:08 PM UTC
Thanks anyways. I tried using the ChildList on the GridBoundRecordState but it is read only, so I can''t set it. I can''t upgrade to the new version right now as I have an imminent release of my own software hanging over my head. I''ll just have to do without this feature for now until our next release when I will have time to upgrade to the new grid. Thanks again.
Brenda