dynamic-linq-query-builder icon indicating copy to clipboard operation
dynamic-linq-query-builder copied to clipboard

decimal variable cannot be found in GetDefaultColumnDefinitionsForType

Open jtlimson opened this issue 5 years ago • 0 comments
trafficstars

Variable with decimal datatype will not show in the font end filter choices.

Work around:

When datatype is decimal. set it as double in List<ColumnDefinition> GetDefaultColumnDefinitionsForType

jtlimson avatar Feb 03 '20 00:02 jtlimson