Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Highlight specific row in Data grid


Message #1 by "karine" <karine@i...> on Tue, 18 Mar 2003 10:34:59
Hi Karine,

You can select a row using datagrid.row = rownum, where rownum is the row 
number you want to select.
It doesnt select the whole row, but puts a pointer to the row.

Thanks,
Rage



> I wanna go down and compare each result of a column in a line (ex: < 7)
a> nd higllight that color in red or blue or green if it's respecting this 
c> ondition. how do I do this?

  Return to Index