Hi,
I have implemented a radgrid that will hold the records from a database table say employee table.
I have kept the width of grid as say 420 px and wanted to grow the grid downwards as the new employee names are added.
So no vertical scroll bar required.
css that helped me to acheive this ->
-------------------------
.MyGridClass .rgDataDiv
{
height: auto !important;
}
---------------
But when say the employee name is more than the grid width than its clipped But all i want that whenever any empname that is bigger THERE SHOULD BE ONE HORIZONTAL SCROLL BAR.
so how to achieve this ???
Please help !!
With Regards
Adesh
I have implemented a radgrid that will hold the records from a database table say employee table.
I have kept the width of grid as say 420 px and wanted to grow the grid downwards as the new employee names are added.
So no vertical scroll bar required.
css that helped me to acheive this ->
-------------------------
.MyGridClass .rgDataDiv
{
height: auto !important;
}
But when say the employee name is more than the grid width than its clipped But all i want that whenever any empname that is bigger THERE SHOULD BE ONE HORIZONTAL SCROLL BAR.
so how to achieve this ???
Please help !!
With Regards
Adesh