Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Highlight search text in XAMGrid.
posted

I have a XAMGrid and a text box on my form.

Grid datasource is a collection.

If user types some text in the textbox I want to highlight all the matching values in one of the column of the grid.

Like say grid has first name and last name column. If user types sam then I want to highlight only the text "SAM" in the first name column in the grid. So if there are total 30 rows in the grid and there are 5 rows with text containing SAM then I want to highlight only the matching text not the whole cell/row. Also other rows shoould be visible even if they dont have any matching values.

Please advice how can I achieve this using XAMGrid?

Thanks a lot.