WebGrid resize scrollbar height set to 2px

24 replies. Last post: April 3, 2012 11:56 AM by Frank P
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
qafrankMember

After resizing the grid, the scrollbarHeight is set to 2px. How can I change this size?

 

This occurs in the table tbFreeze_[myGrid].tbody.tr.td.div

The div has the style attributes:

overflow-x: scroll;

overflow-y: hidden;

width: 100%;

height: 2px;

 

The markup appears as below:

<table style="width: 100%; table-layout: fixed" id="tbFreeze_grdProducts" border="0" cellspacing="0" cellpadding="0" width="100%"> <tbody> <tr> <td width="100%"> <div style="overflow-x: scroll; overflow-y: hidden; width: 100%; height: 2px"> <div style="width: 1850px"> </div> </div> </td> <td width="16"> </td> </tr> </tbody> </table>
All times are GMT -5. The time now is 6:31 PM.
Previous Next