Hi,
I have question about the filter default selection. Now there is no filter for gridview rows when the Form is opened (all checkboxes are checked for each filter so there is no filter)
I have read that on the WPF side there is FilterOperatorsLoading event where you can change this default filter selection but on WinForms side does not have that event?
So what is the correct way to access/modify filters before the form/gridview is shown for the first time?
I am using VB.NET, Thanks!
I have question about the filter default selection. Now there is no filter for gridview rows when the Form is opened (all checkboxes are checked for each filter so there is no filter)
I have read that on the WPF side there is FilterOperatorsLoading event where you can change this default filter selection but on WinForms side does not have that event?
So what is the correct way to access/modify filters before the form/gridview is shown for the first time?
I am using VB.NET, Thanks!