Skip to main content
Skip table of contents

Column Filtering

This section describes how filtering works in the filter boxes on the grid.

  • Text Filter: A column type of "rotxt" will use a text filter. Retrieves values that contain mask defined through text field.

  • Numeric Filter: A column type of "ron" will use a text filter that allows using comparison operators in it. Retrieves values that contain mask defined through text field.

The possible comparison operators are:

=

Equal to

>

Greater than

<

Less than

?

Less or equal to

>=

Greater or equal to

n1..n2

A range of values

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.