Hi,
I am using a RadGridView inside of a UserControl with dynamic content (with MVVM).
The filtering mode of the Grid is set to 'FilterRow'.
Is it possible to remove validation from the TextBoxes of the filterrow?
We would like to use mathematical operators inside the TextBoxes to filter the DataGrid.
Example: If You type '>3' into the column filter of an 'AGE' column ('AGE' is of type 'int') I would like to perform in code behind the 'isGreaterThan' filter method.
The filtering in code behind won't be a problem, but the validation for this column is not accepting '>' because it is not a numeric value.
Can you provide an approach/code samples how to do this?
Thanks in advance
Heiko
I am using a RadGridView inside of a UserControl with dynamic content (with MVVM).
The filtering mode of the Grid is set to 'FilterRow'.
Is it possible to remove validation from the TextBoxes of the filterrow?
We would like to use mathematical operators inside the TextBoxes to filter the DataGrid.
Example: If You type '>3' into the column filter of an 'AGE' column ('AGE' is of type 'int') I would like to perform in code behind the 'isGreaterThan' filter method.
The filtering in code behind won't be a problem, but the validation for this column is not accepting '>' because it is not a numeric value.
Can you provide an approach/code samples how to do this?
Thanks in advance
Heiko