hi,
i need some help/recommendations on making the header height smaller.
it seems that when we are using static-header set to True, the header get to large.
i want the static header so can someone guide us in the right direction?.
here is some of our code:
<div style="position: absolute; top: 220px; left: 0px; right: 0px; bottom: 0px">
<telerik:RadGrid ID="gridGrid" runat="server" GridLines="None" AllowPaging="True"
AllowCustomPaging="True" Skin="Office2007" PageSize="5" AllowMultiRowSelection="True">
<MasterTableView DataKeyNames="Key" AlternatingItemStyle-BorderStyle="NotSet" RowIndicatorColumn-ItemStyle-VerticalAlign="Middle"
RowIndicatorColumn-Groupable="True" AllowFilteringByColumn="True" AllowMultiColumnSorting="True"
AllowSorting="True" EnableHeaderContextFilterMenu="True" EnableHeaderContextMenu="True"
RowIndicatorColumn-Display="False"
<ClientSettings AllowKeyboardNavigation="True" >
<Resizing AllowColumnResize="True" AllowRowResize="true" EnableRealTimeResize="True"/>
<Selecting AllowRowSelect="True" EnableDragToSelectRows="False" />
<Scrolling AllowScroll="true" UseStaticHeaders="true"/>
</ClientSettings>
i need some help/recommendations on making the header height smaller.
it seems that when we are using static-header set to True, the header get to large.
i want the static header so can someone guide us in the right direction?.
here is some of our code:
<div style="position: absolute; top: 220px; left: 0px; right: 0px; bottom: 0px">
<telerik:RadGrid ID="gridGrid" runat="server" GridLines="None" AllowPaging="True"
AllowCustomPaging="True" Skin="Office2007" PageSize="5" AllowMultiRowSelection="True">
<MasterTableView DataKeyNames="Key" AlternatingItemStyle-BorderStyle="NotSet" RowIndicatorColumn-ItemStyle-VerticalAlign="Middle"
RowIndicatorColumn-Groupable="True" AllowFilteringByColumn="True" AllowMultiColumnSorting="True"
AllowSorting="True" EnableHeaderContextFilterMenu="True" EnableHeaderContextMenu="True"
RowIndicatorColumn-Display="False"
<ClientSettings AllowKeyboardNavigation="True" >
<Resizing AllowColumnResize="True" AllowRowResize="true" EnableRealTimeResize="True"/>
<Selecting AllowRowSelect="True" EnableDragToSelectRows="False" />
<Scrolling AllowScroll="true" UseStaticHeaders="true"/>
</ClientSettings>