Hello,
I'm using a XtraGrid and I would like to do something, but I don't know how.
I would like to apply some criterias on the grid (one for each column) and to allow users to modify them.
The thing is that these criterias are required and I don't want users to be able to delete a filter or to change the operator of the filter.
Here is an exemple to explain my problem:
A XtraGrid using these criterias:
AND column1 = 12
AND column2 = 7
AND column3 > 42
I want the user to be able to modify only the value (12,7 or 42), not the rest of criterias.
Moreover, the user mustn't be able to delete a criteria.
Is it possible? How I can do that?
Thank you very much in advance! 