hi,
i have a gridview which has CSS class below - and this adds space between the rows. - top padding of 50px and bottom padding of 50px
with a border.
my problem is the pager items are now also following the space and appear to far below the last row in the gridview.
Thus - is it possible to remove bottom padding from last row in gridview so that pager numbers sit just underneath??
<style type="text/css">
.myDatagrid td
{
padding-left: 10px;
padding-right: 10px;
padding-bottom:50px;
padding-top:50px;
border-bottom: 1px solid Gray;
border-bottom-color: #808080;
}
& ...
Go to the complete details ...