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

Issue with Static Header

3 Answers 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Subha
Top achievements
Rank 1
Subha asked on 28 Jun 2013, 04:38 PM
   Static Header property is not working as expected. Please refer to attached screenshot.

3 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 01 Jul 2013, 04:50 AM
Hi Subha,

I'm not clear with your issue.Could you please provide your code for more help on this issue.
Please have a look at this documentation on StaticHeaders with scrolling,hope this helps.
Scroll with Static Headers

Thanks,
Princy

0
Subha
Top achievements
Rank 1
answered on 01 Jul 2013, 02:47 PM
I have used properties as mentioned in the documentation. But Static Header is still not coming as expected. You can refer to provided screenshot.

<Scrolling   AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="true"/>
0
Princy
Top achievements
Rank 2
answered on 02 Jul 2013, 03:07 AM
Hi Subha,

I tried to replicate the issue but no avail.Here is a simple code I tried.Please check,if it didn't help please provide your full code.

ASPX:
<telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="false">
    <MasterTableView >     
        <Columns>
            <telerik:GridBoundColumn DataField="OrderID" HeaderText="OrderID" />
            <telerik:GridBoundColumn DataField="ShipCity" HeaderText="ShipCity" />
        </Columns>
    </MasterTableView>
    <ClientSettings Scrolling-UseStaticHeaders="true" Scrolling-AllowScroll="true" Scrolling-SaveScrollPosition="true">
    </ClientSettings>
</telerik:RadGrid>

Thanks,
Princy
Tags
Grid
Asked by
Subha
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Subha
Top achievements
Rank 1
Share this question
or