Hi Vigneswaran,
Greetings from Syncfusion support.
Based on your query we would like to let you know that filtering can be enabled in the child Grid(hierarchy level) also. This can be achieved by enabling the allowFiltering property(as like in the parent Grid) in the child Grid definition. This is demonstrated in the below code snippet,
|
this.childGrid = {
dataSource: orderDatas,
queryString: 'EmployeeID',
allowFiltering: true,
columns: [...]
}; |
We have prepared a sample demonstrating this case for your reference. You can find it below,
If we misunderstood your query or if you require any further assistance, then please get back to us.
Regards,
Sujith R