Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Grid > First Column drop down appears to be weird
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered First Column drop down appears to be weird

Feed from this thread
  • Sumesh avatar

    Posted on Jun 27, 2011 (permalink)

    HI Team,

    We are having an issue with the Grid .Please see the screen shot attached.
    First Column drop down appears to be weird .It started when we added few columns.
    The total number of columns are 100+.Is there any restrictions on number of columns.
    When we removed 3 columns ,it works fine.
    This is not happening in FireFox.It appears only on IE 8.
    also found that Scrolling UseStaticHeaders="true" is causing this.
    We uses RadControls for ASP.NET AJAX Q3 2010 SP1.
    Here is the grid HTML mark up.
    Please advice.

    <div style="margin-top:10px;margin-bottom:10px;">
        <telerik:RadGrid ID="grdSearchRes" Skin="Windows7" EnableEmbeddedSkins="True" AutoGenerateColumns="false" 
            AllowPaging="true" AllowSorting="true" AllowFilteringByColumn="true" ShowHeader="true"
            Width="100%" EnableViewState="True" 
            OnColumnCreating="grdSearchRes_ColumnCreating" OnItemCommand="grdSearchRes_ItemCommand"
            OnNeedDataSource="grdSearchRes_NeedDataSource" 
            OnColumnCreated="grdSearchRes_ColumnCreated" PageSize="25"
            OnItemDataBound="grdSearchRes_ItemDataBound" 
            GroupingSettings-CaseSensitive="false" runat="server" 
            onitemcreated="grdSearchRes_ItemCreated" >
            <MasterTableView PagerStyle-AlwaysVisible="true" >
            </MasterTableView>
            <ClientSettings>
                <Scrolling AllowScroll="True"  UseStaticHeaders="True" />
                <Selecting AllowRowSelect="True" />
                <Resizing AllowColumnResize="True" />
            </ClientSettings>
        </telerik:RadGrid>
    </div>

     


    Thanks
    Sumesh.K
    Attached files

  • Posted on Jun 28, 2011 (permalink)

    HI Sumesh,


    Please See the Below Link for your question.It May Help you.

    http://www.telerik.com/community/forums/winforms/gridview/column-limit-on-radgridview.aspx T
    hanks,
    Abhishek K

  • Sumesh avatar

    Posted on Jun 28, 2011 (permalink)

    We had another grid on a different project with 15 columns and this appeared on that project too.
    I said , When we removed 3 columns ,it works fine.
    This is not happening in FireFox.It appears only on IE 8.
    also found that
    ScrollingUseStaticHeaders="true" is causing this.

    DO you have any work around for this.

  • Posted on Jun 29, 2011 (permalink)

    Hi Sumesh,
    I Work around your Issue. I had took 18 columns in a grid it works fine in Both in  FireFox and In IE8(V 8.0.7601.17514)
    There is no problem if you use UseStaticHeaders="true" and AllowScroll="true".

    Note that when you use scrolling with static headers, Telerik RadGrid columns should declare HeaderStyle.Width. Ref link More : http://www.telerik.com/help/aspnet/grid/grdscrollwithstaticheaders.html

    I think this link will help you to solve your Issue.

    Thanks,
    Abhishek K

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Grid > First Column drop down appears to be weird