Hi Nic,
Query :- By default the grid puts a blue highlight over the row currently under the mouse pointer. Is there a way to turn this highlighting off?
Thanks for contacting Syncfusion Support.
The mouse hovering effect on the corresponding grid rows can be enabled by using
enableRowHover property
. By default, its value is true. To prevent this effect on the corresponding grid rows
by disable the EnableRowHover property as
false.
|
<ej:Grid ID="Grid1" runat="server" AllowPaging="True" EnableRowHover="False">
<Columns>
<ej:Column Field="OrderID" HeaderText="Order ID" IsPrimaryKey="True" TextAlign="Right" Width="75" />
. . .
</Columns>
</ej:Grid> |
Please refer to the documentation Link:-
Regards,
Farveen sulthana T