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

[Solved] Filter box under an other Grid control

0 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dadv
Top achievements
Rank 1
Dadv asked on 01 Feb 2011, 11:40 AM
I just found a little css problem, when you have two following grid, if you  open the filter box of the first Grid, it is display under the second Grid.

I use web20 theme.
I just fix it by this CSS :

.t-animation-container
{
    z-index:100;
}

Tags
Grid
Asked by
Dadv
Top achievements
Rank 1
Share this question
or