3.2.0

Mouse over Row Highlight bug or requested fix

Hi Alex,

Something I just noticed:

When the grid is wider then the columns layout, and mouse over row highlighting is enabled, the highlight only highlights the width of all columns, yet when a row is selected it highlights the entire row width.

I realize the CSS for this includes the ".active-row-cell {background:blue;}". Is this the only way to achive the mouseover row highlight?

Thanks,

Paul
January 22,
You need to include both a row and a cell into the CSS selector:

<style>
.active-row-highlight,
.active-row-highlight .active-row-cell {background: red}
</style>

Including cell is only necessary when you assign non-transparent background to some of the columns.

The text in the tutorial here ( http://www.activewidgets.com/documentation/tutorial/grid/mouseover/index.htm ) is correct, while the demo is not (I'll fix it later).
Alex (ActiveWidgets)
January 22,
Thanks for the quick reply Alex.. :)
Paul
January 22,
Hi ,

I need to display content from cell to textarea when onmouseover

pls it is very urgent, help me

seshadri
May 8,
I love you all men. That grid is the best component ever made in javaScript
congratulations.
NandoLoja
May 11,

This topic is archived.

See also:


Back to support forum