Hello,
I'm using the RadGrid feature of freezing columns like what one can easily do in MS Excel.
Here's my rad grid mark-up (also in attached JPG file 001 - Markup.jpg)
The grid is rendering correctly if i don't set the radgrid height property to a value.
However, when i set the height property of the RadGrid
Height="450px"
The bottom-border disappears below the dynamically generated
horizontal scrollbar in the RADGrid as illustrated in attached file 002 - grid result.jpg.
I didn't use any fancy css customization and had as much tried to minimize modifying the skin to just out of the box
in terms of the css.
Any ideas how I can fix this and make the bottom border show properly?
Regards,
Angelo
I'm using the RadGrid feature of freezing columns like what one can easily do in MS Excel.
Here's my rad grid mark-up (also in attached JPG file 001 - Markup.jpg)
<
telerik:RadGrid
ID="GV"
runat="server"
Width="1100px"
Height="450px"
Skin="Forest"
AutoGenerateColumns="false" ...>
..later
<ClientSettings
>
<
Scrolling
AllowScroll="True"
UseStaticHeaders="true"
SaveScrollPosition="true"
FrozenColumnsCount="1" />
</
ClientSettings
>
</
telerik:RadGrid
>
The grid is rendering correctly if i don't set the radgrid height property to a value.
However, when i set the height property of the RadGrid
Height="450px"
The bottom-border disappears below the dynamically generated
horizontal scrollbar in the RADGrid as illustrated in attached file 002 - grid result.jpg.
I didn't use any fancy css customization and had as much tried to minimize modifying the skin to just out of the box
in terms of the css.
Any ideas how I can fix this and make the bottom border show properly?
Regards,
Angelo