The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi. I have a heirarchical data bound grid that I am looking to filter. I can quite easily create a view for the parent table and use that as my data source for the grid. However, how do I filter the child records? From what I can see there is no way to give a view for the child table.
Brenda
ADAdministrator 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.
BMBrenda MaloffMarch 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