Highlighting a line in a datagrid.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Is there anyway to have the system highlight a row in a datagrid that has
been selected without having to do a screen refresh?

TIA - Jeff.
 
Only if you emit the JavaScript to accomplish this. While not exactly what
you are aiming at, if you do a google on something like scrollable DataGrid,
you can find an implementation someone did a few years back that highlighted
rows based on up and down keys. The basic idea will work with what you are
aiming at. Sorry I do not have an URL readily available.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top