Hi,
I want to filter the datagrid rows like in a full-text search.
I have created a TextBox on top of the datagrid. When the user types a word in this textBox, only the rows should be displayed, which contain the word in ANY column.
Is this possible with the xamDataGrid?
Thanks.
Jürgen
Thank you very much. Works pefectly.
HI,
Please let me know if you need further assistance.
Sincerely,
Matt
Developer Support Engineer
I am attaching a sample that should meet your requirements.
since most of the data in the sample contain numbers, when you do the searching use a number string like 10 or 20.
There isn't anything built in for this but you could do something like I described here which uses the built in Record Filtering functionality of the XamDataGrid.