Hi Amirtharaj,
Thanks for your interest in Syncfusion products.
Since from Essential Studio v11.2.0.25 , the VB samples will not be available in the Dashboard and instead it will be provided only on demand. Here we have provided the simple sample in VB.Net for handling the DynamicFilter. Please refer to the attached sample and make use of the below code,
Code example:
Me.gridGroupingControl1.TopLevelGroupOptions.ShowFilterBar = True
For Each desc As GridColumnDescriptor In Me.gridGroupingControl1.TableDescriptor.Columns
desc.AllowFilter = True
Next desc
'Enable Dynamic filter.
Dim filter As New GridDynamicFilter()
filter.WireGrid(Me.gridGroupingControl1)
Sample link:
Please refer the below Forum link for further references,
Regards,
Piruthiviraj