Posted 16 July 2026, 9:14 am EST
Hi
I’m using C1.Win.FlexGrid.4.8 version 4.8.20261.779 with .NET Framework 4.8.
A DataTable column is defined as System.Double, and I also explicitly set:
grid.Cols(“Current”).DataType = GetType(Double)
However, the Conditional Filter only displays string operators such as Contains and Begins With. Numeric operators such as Greater Than and Less Than are missing.
for my Integer values , the filter is displayed correctly.
Am i missing anything
Thanks
