Hi there,
I have 2 questions:
1) I was wondering whether there is a way to place the horizontal scroll bar at the *top* of the RadGrid rather than have it in its default position at the bottom of the grid?
2) I have a radgrid embedded within an Ajax Panel with a panel height and width of 100%.
I have set my RadGrid to a height of 600px however I'd like it to be set to a percentage (say, 95% - meaning, 95% of the panel space) so that regardess of the screen resolution, the height of the grid takes up most of the screen. When I set it to any percentage, the entire grid shrinks and disappears into a thin grey-line. I can only seem to see the grid if the height is set in pixels. Can the height of the grid be set in percentages?
Many thanks,
Danielle
I have 2 questions:
1) I was wondering whether there is a way to place the horizontal scroll bar at the *top* of the RadGrid rather than have it in its default position at the bottom of the grid?
2) I have a radgrid embedded within an Ajax Panel with a panel height and width of 100%.
I have set my RadGrid to a height of 600px however I'd like it to be set to a percentage (say, 95% - meaning, 95% of the panel space) so that regardess of the screen resolution, the height of the grid takes up most of the screen. When I set it to any percentage, the entire grid shrinks and disappears into a thin grey-line. I can only seem to see the grid if the height is set in pixels. Can the height of the grid be set in percentages?
Many thanks,
Danielle
<telerik:radgrid id="ProjectPlanningRadGrid"
AllowFilteringByColumn="True"
AllowSorting="True"
AutoGenerateColumns="False"
DataSourceID="ProjectPlansDataSource"
GridLines="Horizontal"
OnDataBound="ProjectPlanningRadGrid_DataBound"
OnInit="ProjectPlanningRadGrid_Init"
OnItemCommand="ProjectPlanningRadGrid_ItemCommand" OnSortCommand="ProjectPlanningRadGrid_SortCommand"
runat="server"
ShowGroupPanel="True"
ShowFooter="True"
Skin="Office2007"
Height="600px"
OnItemCreated="ProjectPlanningRadGrid_ItemCreated"
GroupHeaderItemStyle-HorizontalAlign="Left" >
<
MasterTableView TableLayout="Fixed" DataSourceID="ProjectPlansDataSource"
CommandItemDisplay="Top" ShowGroupFooter="True" DataKeyNames="ProjectID" Width="350%" >