Click here to Skip to main content
15,903,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.

I have a GrilView, it's show my list user.

And i have a textboxedit, when textboxedit_textchanged happend, Gridview.DataSource changed too.

It like a search box.

Now, i want highlight text on a row if the row.text contains textEdit.text

Like

C#
if(Row[i].text.Contains(textEdit.text)==true)
{
   Row[i].text.Contains highlight = true :D
}


It's look like this picture http://i1294.photobucket.com/albums/b602/Gin_CanhViet/Untitled_zpsf915fcd4.png
Posted

1 solution

Best place to ask this question is DevExpress Support[^]
You may find similar questions like
http://www.devexpress.com/Support/Center/Question/Details/B205470[^]
hope this helps you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900