Hi Group,
I would like to reduce the number of operators shown when right cliking on a ListGrid filter.
E.g.
supplyItemGrid.setShowFilterEditor(true);
On a numeric column I want to limit the number of operators listed to:
Equals
Not Equals
Less than
Greated than.
I want to remove (match case) and null operator. And provide user with more streamline set.
Thanks
I would like to reduce the number of operators shown when right cliking on a ListGrid filter.
E.g.
supplyItemGrid.setShowFilterEditor(true);
On a numeric column I want to limit the number of operators listed to:
Equals
Not Equals
Less than
Greated than.
I want to remove (match case) and null operator. And provide user with more streamline set.
Thanks
Comment