Page 1 of 1

How does the Filter property of a grid work? *SOLVED*

Posted: Thu Oct 02, 2014 8:45 pm
by vegeta897
I have a form with a grid control that displays data from a datasource. I want to be able to filter the data based on what's typed in a textbox.

Image

The grid has a Filter property, but I can't figure out how it works. Typing "true" or "false" works as expected, but any other expression or variable I try just errors out. What sort of value does the Filter property of the grid form control accept?

Edit: Now that this thread is approved, I've already figured out how this property works. This page basically explains what you can do with it. You can use column names and explicit values, with plenty of different operators. You can't use variable names, but this can be worked around by setting the filter property through code. Some more detail in the Stimulsoft docs would be helpful to others.

Re: How does the Filter property of a grid work? *SOLVED*

Posted: Fri Oct 03, 2014 7:38 am
by Alex K.
Hello,

Thank you for the information.
Let us know if you need any additional help.