I have that problem with RADGRID, it is really strange, why do i have empty line above the header.
If I remove the header, it will appear again?
how can i solve this problem?
5 Answers, 1 is accepted
Please double check if you are not set the ShowGroupPanel property of the RadGrid control is set to true.
If the issue still persists, please send us your grid declaration.
Greetings,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
the problem is regarding to all my radgrids
<
telerik:RadGrid ID="rgProjectEmailTemplate" runat="server" AutoGenerateColumns="false"
AllowPaging="True"
AllowSorting="True" ShowGroupPanel="false" >
<headercontextmenu enabletheming="True">
<collapseanimation duration="200" type="OutQuint"></collapseanimation>
</headercontextmenu>
<PagerStyle Mode="NextPrevAndNumeric" Position="Bottom" />
<EditItemStyle BackColor="#F1C15F" />
<ExportSettings IgnorePaging="true" OpenInNewWindow="true" ExportOnlyData="true"> </ExportSettings>
<mastertableview allowmulticolumnsorting="True" commanditemdisplay="Top" Width="100%" EditMode="PopUp" >
<CommandItemSettings AddNewRecordText="Add New Email Template" />
<RowIndicatorColumn>
<HeaderStyle Width="20px" />
</RowIndicatorColumn>
<ExpandCollapseColumn>
<HeaderStyle Width="20px" />
</ExpandCollapseColumn>
<Columns>
<telerik:GridBoundColumn
DataField="fldEmailTempID"
HeaderText="fldEmailTempID"
UniqueName="fldEmailTempID"
Visible="false">
</telerik:GridBoundColumn>
</Columns>
</MasterTableView>
<PagerStyle Mode="NextPrevAndNumeric" />
<ClientSettings allowcolumnsreorder="true" reordercolumnsonclient="True" Scrolling-ScrollHeight="0"> <Selecting AllowRowSelect="True" />
<Scrolling AllowScroll="false" UseStaticHeaders="false" ScrollHeight="0px"/>
</ClientSettings>
<FilterMenu EnableTheming="True" Skin="Office2007">
<CollapseAnimation Duration="200" Type="OutQuint" />
</FilterMenu>
</telerik:RadGrid>
Thanks for the sample code. However, we cannot reproduce the behavior you are describing. I took the sample code you provided and put it in a sample page following a similar scenario you have. I am attaching the page for your reference. Please let me know if you manage to reproduce what you are getting in this project, and what steps to follow, so that we can test it too.
Greetings,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
<MasterTableView CommandItemDisplay="None"
<MasterTableView CommandItemDisplay="None"