Hi All,
In an AdvWebGrid (non-data aware) I let the users sort the rows according to the column header text.
I
then show an IWEdit with focus, and for every keypress, I search from
row 0 and forward for a match of the IWEdit1 text in the cells of the
column selected, stopping at the first match. I want to make that row
the "default" row , showing the user where it is. ActiveRow can do that,
if I set active row to a color different from clNone.
I
would however like to only color the actual cell with another color,
leaving the rest of the row in the same color as the grid. That would
resemble an "ActiveCell" function, which is what I need.
Is there such a function in the current version of the AdvWebGrid ?
Regards
Soren