Need DataGrid Help

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
T

Terry Olsen

I want to "hot track" the cursor as it moves over the datagrid (highlight
each row as the cursor moves), and I want to be able to select a row for
editing when clicking on it. Is this possible?
 
You will have to customize the datagrid to do this, as there is no built in
functionality. This functionality will use DHTML to change the background.
The only caveat I can see is the potential of creating either a) a big page
(size) or b) slowing the UI down on the client with the DHTML events.

I have not seen a sample of this, but I have seen a sample of a highlight
that changes with the up and down arrow key.
http://mike-levin.com/arrowkeys/

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top