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
any suggestions?
THANKS
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#tablaThe 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
{
/*height:1024PX; */
background-color:white;
/*border: 12px solid #2e2e2e;*/
color:Black;
margin-top: 25px;
margin-bottom: 25px;
margin-left: auto;
margin-right: auto;
overflow:hidden;
padding: 0px;
position:relative;
width:960px;
}
any suggestions?
THANKS