Is there anyway to enable simple filtering with Virtualization turned on? When I turn on simple filtering and virtualization I receive an error explaining that column virtualization needs to be disabled to use the feature. Even after disabling column virtualization and keeping row virtualization enabled the error is still thrown.
I tried using both fixed and continuous and I get the same error message below. Also below are my settings. I have column virtualization turned off so I am unsure as to why it thinks it is enabled and throwing the error.
"Error: When horizontal virtualization is enabled, simple filtering (filter row) is not supported. Please set to mode to 'advanced' and/or do not enable advancedModeEditorsVisible."
Settings:
.ColumnVirtualization(false)
.RowVirtualization(true)
.VirtualizationMode(VirtualizationMode.Continuous)
Hi Gregory,
Are you using fixed or continuous virtualization? (This can be toggled by setting the virtualizationMode option to either 'fixed' (default) or 'continuous'.)
Thanks,
Angel