Unplanned
Last Updated: 24 Feb 2022 14:03 by Manikantha
Manikantha
Created on: 24 Feb 2022 14:03
Category: Grid
Type: Bug Report
1
Unexpected behavior when Inserting new record with UseStaticHeaders="true" and InsertItemDisplay="Bottom"

Settings to reproduce the problem:

  <telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="True" Width="800px" OnNeedDataSource="RadGrid1_NeedDataSource">
            <ClientSettings>
                <Scrolling AllowScroll="true" UseStaticHeaders="true" />
            </ClientSettings>
            <MasterTableView  InsertItemDisplay="Bottom"
After pressing Add new record - The Insert Item is rendered in the same <table> element as the Pager is. It is overflowing the Grid and it is not scrollable:

 

 

 

0 comments