Disable RecordMouseHover

Hi,

Is there a way to completly disable the RecordMouseHover property?

Thanks,
Saurabh


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



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




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



Loader.
Up arrow icon