Hoverable rows on Theme + Custom Template (v2022/2023)

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
darkdragon
User
Posts: 148

Hoverable rows on Theme + Custom Template (v2022/2023)

Post by darkdragon »

Hi,

It seems, that when checking Hoverable rows in a Theme and when there are two rows per ID (something like cars 2 example in the demo project), the rows are highlighted individually, not per the same ID.
This was achievable in v2021.

Anyone experienced this?


MichaelG
User
Posts: 1095

Post by MichaelG »

Cannot simulate with the demo project. If you check the cars2 table in demo site, the whole record is highlighted when clicked.
http://aspnet.hkvstore.com/cars2list


darkdragon
User
Posts: 148

Post by darkdragon »

Not OnClick, but OnMouseOver.
Need to add table-hover table's style.


Post Reply