Telerik ASP.NET Radgrid Keep the grid headers

<telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="false" ShowHeader="true" CssClass="Grid" Width="95%">
    <ClientSettings>
        <ClientEvents OnRowCreated="OnRowCreated" OnBatchEditOpening="OnBatchEditOpening" />
        <Scrolling AllowScroll="True" UseStaticHeaders="True" />
    </ClientSettings>
    <MasterTableView DataKeyNames="RowID, lnitmseq, itemnmbr" EditMode="Batch" ShowHeader="true" CommandItemDisplay="TopAndBottom" >

RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences