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

GridGrouping control - Type GridExcelFilter is not defined

Hello!
I'm trying to apply a Excel-like filter and it outputs the error from the thread subject.
Private filter As GridExcelFilter
Private Sub showFilter_CheckedChanged(ByVal sender As Object, ByVal e As EventArgs)
Me.GridGroupingControl1.TableDescriptor.Columns(0).AllowFilter = True
If Me.showFilter.Checked Then
filter.WireGrid(Me.GridGroupingControl1)
Else
filter.UnWireGrid(Me.GridGroupingControl1)
End If
End Sub
What am I doing wrong?
Version is 14.3460.0.52.
Thanks a lot for your help!

1 Reply

PM Piruthiviraj Malaimelraj Syncfusion Team November 18, 2016 06:34 AM UTC

Hi Cernat, 
 
Thanks for your interest in Syncfusion products. 
 
We have analyzed your scenario and created the simple sample as per your scenario. Unfortunately we could not able to reproduce the issue. We need some more details of this scenario. Could you please provide us with the following details, 
 
·         Please ensure the reported issue is reproduced in the attached sample. 
·         Provide us the details of the screen shot of the issue that you faced. 
·         Provide us the stack trace of the exception that you have faced. 
·         If still the reported issue exists in the attached sample, please modify the sample with your customization if we missed anything. 
 
Sample link: 

Regards, 
Piruthiviraj 


Loader.
Live Chat Icon For mobile
Up arrow icon