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

RAD GRID CSS FILTER MISPLACED

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
panchooo
Top achievements
Rank 2
panchooo asked on 02 Dec 2010, 07:57 PM
Hi guys,

Im making a webpage with a radgrid on it, i enabled the filtering option and everything is working ok until i added some css

	div#tabla   
{

/*height:1024PX;   */
background-color:white;   
/*border: 12px solid #2e2e2e;*/
color:Black;
margin-top25px;   
margin-bottom25px;    
margin-leftauto;    
margin-rightauto;    
overflow:hidden
padding0px;
position:relative;
width:960px;
}
The rad grid is placed inside a div with the table id, and when i press to filter a column the options are misplaced and some dont even show
any suggestions?


THANKS

1 Answer, 1 is accepted

Sort by
0
panchooo
Top achievements
Rank 2
answered on 02 Dec 2010, 11:08 PM
position:relative was the problem
Tags
Grid
Asked by
panchooo
Top achievements
Rank 2
Answers by
panchooo
Top achievements
Rank 2
Share this question
or