Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
FilterComparisonStyle.DisplayTextOnly has no effect on UltraGrid Column.
posted

One of the columns of my UltraGrid uses a ValueList from int to string to display the record label on the screen for the related id as integer.

A record has the label "0830 (0800)". When I enter "08" in the filter of that column, that row is filtered out. The tooltip on the filter cell displays "Contains '8'".

I changed the column.FilterComparisonStyle to DisplayTextOnly, but this behavior is still the same.

My goal is to filter only for the DisplayText and ignore the values of the ValueList.

How can I accomplish this?

Parents Reply Children