- Home
- Forum
- ASP.NET Web Forms (Classic)
- Disable RecordMouseHover
Disable RecordMouseHover
- Dec 11, 2008 05:34 PM UTC
- Dec 15, 2008 04:47 AM UTC
Hi,
Is there a way to completly disable the RecordMouseHover property?
Thanks,
Saurabh
Is there a way to completly disable the RecordMouseHover property?
Thanks,
Saurabh
SIGN IN To post a reply.
5 Replies
RS
Rajarajeswari S
Syncfusion Team
December 11, 2008 05:57 PM UTC
Hi Saurabh,
Thanks for using Syncfusion products.
We can disable the RecordMouseHover by setting false to the AllowHover property.
Please refer the below code snippet which illustrates this:
this.GridGroupingControl1.TableOptions.AllowHover = false;
Please try this and let me know if this helps you out.
Regards,
Raji
Thanks for using Syncfusion products.
We can disable the RecordMouseHover by setting false to the AllowHover property.
Please refer the below code snippet which illustrates this:
this.GridGroupingControl1.TableOptions.AllowHover = false;
Please try this and let me know if this helps you out.
Regards,
Raji
SS
Saurabh Srivastava
December 11, 2008 06:25 PM UTC
Hi,
I cannot see this property here. Also, will it be possible to get your AutoFormatOlive stylesheet. The reason why I am asking this is we would want to keep the most of the settings of the "Olive" format but change a few.
Regards,
Saurabh
I cannot see this property here. Also, will it be possible to get your AutoFormatOlive stylesheet. The reason why I am asking this is we would want to keep the most of the settings of the "Olive" format but change a few.
Regards,
Saurabh
RS
Rajarajeswari S
Syncfusion Team
December 12, 2008 05:31 AM UTC
Hi Saurabh,
We can disable the Hover using “AllowHover” property. It has been included with 6.4.0.15.
this.GridGroupingControl1.TableOptions.AllowHover = false;
Please refer the sample from the below link, which illustrates this:
https://www.syncfusion.com/support/user/uploads/Sample_9a2ca8f4.zip
Please refer the below link for the olive stylesheet:
https://www.syncfusion.com/support/user/uploads/olive_588da62f.zip
Please try this and let me know if this helps you out.
Regards,
Raji
SS
Saurabh Srivastava
December 13, 2008 11:49 AM UTC
Hi,
It works fine now.
RS
Rajarajeswari S
Syncfusion Team
December 15, 2008 04:47 AM UTC
Hi,
Thanks for the update.
Regards,
Raji
Thanks for the update.
Regards,
Raji
SIGN IN To post a reply.
- 5 Replies
- 2 Participants
-
SS Saurabh Srivastava
- Dec 11, 2008 05:34 PM UTC
- Dec 15, 2008 04:47 AM UTC