Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Urgent | Highlight Row in DataView
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Cowboy \(Gregory A. Beamer\), post: 2744791"] You can use the row binding event to intercept the row build and color any color you want, if ther eis a postback. If you have a row click event, you can pull the id at that time. If you are aiming for complete client side highlighting, you will have to loop through rows in JavaScript and highlight that way. It is a bit more involved, but the speed is not bad as you are working on the client's browser. I don't have an example off hand, but I remember someone who created a DataGrid (1.x) that higlighted rows as you scrolled. Very neat stuff. I will see if I can find the URL. -- Gregory A. Beamer MVP; MCP: +I, SE, SD, DBA ********************************************* Think outside the box! ********************************************* [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Urgent | Highlight Row in DataView
Top