Hi All,
In my application, i have a ObservableCollection which i am binding to a DataGrid or ListView. I have a textbox which will accept the user inputs and this text needs to be searched in the DataGrid or ListView cells. The found text (and not complete cell text) from the cell should be highlighted with different background.
How i can do this?
Thanks in advance,
IamHuM