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

Radgrid Filter items "flashing" on screen

4 Answers 144 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 2
Dave asked on 28 Aug 2008, 04:05 AM
When I am enabling filtering on my RadGrids using the Q2 version it works fine, but there is an annoying "flashing" behavior where when the grid is bound or rebinds you can see the filter menu items appear on screen for a brief moment.

Everything functions properly after this, but if you edit an item or do anything else that causes the grid to rebind it will "flash" on screen again.

It's not breaking anything but it's annoying to the users.

Has anyone seen this and/or does anyone know how to avoid it?

If it matters, my grids do not have all columns enabled for filtering, only a few at the end of the grid.

4 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 28 Aug 2008, 08:42 AM
Hi Dave,

The described behavior should not occur. Have you by any chance disabled your browser's cache? (I did not reproduce the issue with disabled cache, but just to make sure). What browser do you use?

If the problem persists, please send us a sample web page, so that we can reproduce and research locally. Thanks.

Best wishes,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dave
Top achievements
Rank 2
answered on 28 Aug 2008, 02:44 PM
Hi Dimo.

In attempting to create a minimal example for you I figured it out.

I was doing this in my stylesheet:

div.RadMenu
{
     float: none;
     display: inline-block;
}

The display: inline-block; was casusing this behavior.   I am guessing this is derived from the RadMenu and it's display was supposed to be none at the point of rendering, but this was messing with it.

Thanks

Dave
0
Randy
Top achievements
Rank 1
answered on 08 May 2014, 11:45 AM
Dave,

I have the same issue. What is the solution? Do I need to change the display attribute to something else? It is very annoying. I use IE8, but not all instances are flashing. It is weird.
0
Venelin
Telerik team
answered on 13 May 2014, 06:19 AM
Hello Randy,

Could you please elaborate a bit more and tell us which version of the controls do you use and a sample code that represents your main grid setup so we can get a better idea of the exact problem. In the meantime please check if a custom css is not causing the issue as discussed below.

Thank you.

Regards,
Venelin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Dave
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Dave
Top achievements
Rank 2
Randy
Top achievements
Rank 1
Venelin
Telerik team
Share this question
or