We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Dynamic filtering in VB.NET

Dear Sir/Ma'am:

I have seen your demo coding of dynamic filtering using Grid grouping control. The demo code does not contain sample for VB.NET. If you have the same code in VB.Net, I request you to share the same.

Thank You.

Sincerely
Amirtharaj VK

Attachment: Dynamic_Filtering_Demo_d41c87f2.zip

3 Replies

PM Piruthiviraj Malaimelraj Syncfusion Team January 9, 2017 05:11 AM UTC

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


AM Amirtharaj January 10, 2017 03:40 AM UTC

Hi Piruthiviraj:

Thanks for your help. I will try.

Sincerely
Amirtharaj VK


PM Piruthiviraj Malaimelraj Syncfusion Team January 11, 2017 12:35 PM UTC

Hi Amirtharaj, 
 
Thanks for the update. 
 
We will wait until we hear back from you. 
 
Regards, 
Piruthiviraj 


Loader.
Up arrow icon