Hi Nicole Baptista,
This is possible.
-> Add a new column textbox in the data grid. Note that it should not be text Filter.
-> Add On change event to call same MF/NF that is used as a datasource.
-> All the inputs that are added in textbox filter should be checked across all the attributes for which you want filter to work
-> Like check for input with respect to attribute like username, email etc.
In this way you will have Datagrid 2 column filters.
In case this solves your question, please mark this answer as accepted.
Thanks
Hi Amit Gupta,
Thank you very much for your answer it really helps !