This is a migrated thread and some comments may be shown as answers.

Flickering when EnableRowHoverStyle=true and AllowRowResize=false (bug?)

3 Answers 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Greg Chung
Top achievements
Rank 1
Greg Chung asked on 12 Jun 2008, 09:16 PM
I think I've found a bug with the 2008.1.415 grid.  Here's a very simple sample:

<telerik:RadGrid ID="RadGrid1" runat="server" GridLines="None" 
        Skin="Default" OnNeedDataSource="RadGrid1_NeedDataSource"
    <MasterTableView Width="100%"
    </MasterTableView> 
    <ClientSettings EnableRowHoverStyle="true"
        <Resizing AllowRowResize="false" /> 
    </ClientSettings> 
</telerik:RadGrid> 
 

I noticed that EnableRowHoverStyle will cause flickering when moving the cursor between *columns* (hover color turns off, then turns on again immediately).  If the cursor stays on the same row, but I move from column to column within that row, the hover highlighting should not be flickering, but it does.

However, if AllowRowResize is enabled, for whatever reason, this flickering does not happen!  The Grid demo page (the skin chooser) which has row hover enabled also has row resize enabled, so the flicker isn't seen in the demos.


3 Answers, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 17 Jun 2008, 05:32 AM
Hello Greg,

As we have replied to you in the support ticket you opened regarding the same problem, we have logged the issue in our bug-tracking system. Thank you for your feedback.

All the best,
Pavel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Elio Nelson Cortes
Top achievements
Rank 1
answered on 04 May 2010, 02:47 PM
This problem continues in the 2010 version, there is any solution about this problem?, it is presented only in Internet Explorer...
Gracias...
0
Pavel
Telerik team
answered on 05 May 2010, 01:47 PM
Hi Elio,

I am not able to reproduce the problem. You can find attached a simple test page which does not exhibit the described behavior and is using the latest version of our controls. Try it out and let me know what is needed to replicate the issue.

Regards,
Pavel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Greg Chung
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Elio Nelson Cortes
Top achievements
Rank 1
Share this question
or