how to highlight selected value in a grid by using search
-
Dear all, I want some help regarding to higlight the text in the grid which when we provided in a textbox the text should be highlighted wherever the text exists in the grids data Waiting for a reply Thanks in advance.
sai krishna
-
Dear all, I want some help regarding to higlight the text in the grid which when we provided in a textbox the text should be highlighted wherever the text exists in the grids data Waiting for a reply Thanks in advance.
sai krishna
I'm not sure if there is a direct way to do this.... To highlight the text navigate to each cell of the gridview and compare the cell content with the 'Search' text and if they match try to set the background color for that particular cell...
Koushik
-
I'm not sure if there is a direct way to do this.... To highlight the text navigate to each cell of the gridview and compare the cell content with the 'Search' text and if they match try to set the background color for that particular cell...
Koushik
But this cannot be done in easier manner so any one can help me many thanks
sai krishna
-
But this cannot be done in easier manner so any one can help me many thanks
sai krishna
dsaikrishna wrote:
But this cannot be done in easier manner
Everything has to be easy?
There are 10 kinds of people: those who understand binary and those who don't
-
But this cannot be done in easier manner so any one can help me many thanks
sai krishna
Hey its easy man...try to figure out your way...
Koushik