JLynch7 / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/jlynch7/SlickGrid/wiki
MIT License
89 stars 76 forks source link

Hover style does not work properly with frozen columns #48

Closed alexeib closed 11 years ago

alexeib commented 11 years ago

When using row-level selection and hoving over the "frozen" section, only the frozen part of the row is highlighted. similarly when hoving over non frozen section, only that section is highlighted

alexeib commented 11 years ago

I've fixed this by using the example from closed issues that has to do with selecting row on mouseEnter, but like the other person I used css classes instead (setCellCssClass) which requires me to set css class on all cells in a row.