I would like to search text within Xamgrid. This search should be done only against certain columns and not all columns.
There are 2 forms of search: case sensitive and case insenstive. When the text is found, it should highlight the text. If possible, can you please create sample code for this?
Thanks.
Hello Melvis,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I created a sample project for you with the functionality you want. Basically add two TextBoxes and iterate through the Rows and check only the first Column. Also depends on the TextBox the check is made case sensitive or insensitive.
Feel free to write me if you have further questions.