I am trying to get any current filter set by the user before refreshing the grid, so that I can reapply the filter after refreshing the grid... I've set the filter like so (only seeing Line = 2):
Yet when I try and get the filter:
Dim rfdc As New Syncfusion.GridHelperClasses.GridDynamicFilter
rfdc = sfgrdLines.TableDescriptor.RecordFilters
It tells me the filter count is zero. I'm new to Syncfusion... Apologies if I'm missing something obvious!
Thanks