I have a Gridview and using HtmlViewDefinition on it, but i can not disable HotTracking in this Gridview by setting EnableHotTracking to FALSE.
The HotTracking is still active. Can some body help ???
I haven't been able to replicate your issue. Below is a vey simple exmaple and HotTracking can be disabled correctly. Can you confirm the version that you are using? For reference I am using the latest Q3 2010 Sp1 release.
Thank you Richard.
With your suggest, I have just find out the reason : I set HotTracking to False in design mode and when applying HTMLview, HotTracking is auto turn on.
So set HotTracking in code can solve the problem.