Hello,
I have a grid with a filter row for all columns, and it works fine.
Now I need to hardcode a filter value for one particular column, e.g. WHERE `columndate` >= someTimeStamp, while still allowing user controlled filtering for all the other columns.
What is the best way to accomplish this? Can you provide an example?
Thanks.