RowHover

  • Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Row Hover in ASP.NET Core Data Grid Control

This sample demonstrates the Grid component with the row hover feature. Move the mouse over the Grid rows to see the hover effect.

DEMO
SOURCE

Row Hover feature enables us to identify the current row by highlighting them with the mouse hovers. This can be enabled by setting the enableHover property as true.

In this demo,by enabling the enableHover property, now you can move the mouse over Grid rows to see the hover effect.