This is a migrated thread and some comments may be shown as answers.

Radgrid - Empty Header line above header?

5 Answers 123 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Em4o
Top achievements
Rank 2
Em4o asked on 01 Jun 2010, 12:16 PM
Please look at the attach file
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

Sort by
0
Accepted
Pavlina
Telerik team
answered on 01 Jun 2010, 02:28 PM
Hi emin,

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.
0
Em4o
Top achievements
Rank 2
answered on 01 Jun 2010, 02:37 PM
it doesnt help Pavlina

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>

 

 

0
Pavlina
Telerik team
answered on 02 Jun 2010, 12:09 PM
Hello emin,

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.
0
Alan
Top achievements
Rank 1
answered on 30 Oct 2013, 01:47 PM
Emin, I had a similar problem with the latest RadGrid recently and was able to hide the empty line by adding CommandItemDisplay="None" to the MasterTableView attributes:

     <MasterTableView CommandItemDisplay="None"

0
Alan
Top achievements
Rank 1
answered on 30 Oct 2013, 01:47 PM
Emin, I had a similar problem with the latest RadGrid recently and was able to hide the empty line by adding CommandItemDisplay="None" to the MasterTableView attributes:

     <MasterTableView CommandItemDisplay="None"

Tags
Grid
Asked by
Em4o
Top achievements
Rank 2
Answers by
Pavlina
Telerik team
Em4o
Top achievements
Rank 2
Alan
Top achievements
Rank 1
Share this question
or