I have a GridView inside a /table/tr/td/grdviuw
tag. My gridviuw has a css.
The problem is that when it is rendered, it leaves a space apparently after the grid and the buttons that I have below the grid look very low, far from the grid.
When I look at the code html
in the browser, I see that a div with a height
of 300px
appears before the grid, but I do not know how to adjust that height
since that div is not in my code and the style of that div
appears like this:
element.style {
overflow: auto;
height: 300px; //cuando quito esto desde el explorador, me queda perfecto
width: 740px;
}
How do I get to that style?: