Link to home
Start Free TrialLog in
Avatar of marmar111
marmar111

asked on

Datagrid - how to highlight rows with mouseover

Anyone know how to use the onmouseover event to get the rows to highlight in a datagrid?  
Avatar of jlach
jlach

The way to do this is prolly to capture the mouse move event on the data grid, then get the location of the mouse relative to the grid, then go ahead and write a routine to get the row that is at the location of the mouse...
Try to capture the onMouseOver event of the DataGridTextBoxColumn.
ASKER CERTIFIED SOLUTION
Avatar of nhewitt21
nhewitt21

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial