Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Dock > RadGrid with Grouping feature

Not answered RadGrid with Grouping feature

Feed from this thread
  • Shirish Lokhande avatar

    Posted on Jan 2, 2012 (permalink)

    Hi,

    We need to hide the GroupExpandCollapse column for groping with RadGrid.

    We tried following two ways -

    1) Set AllowGroupExpandCollapse="false" in client setting.

    2) Add ExpandCollapseColumn and set visible= "false"

    But both are not working.

    Please let us know how to hide the GroupExpandCollapse column for groping with RadGrid.

    Regards,

    Shirish

    Reply

  • Posted on Jan 2, 2012 (permalink)

    Hello Shirish,

    Try the following CSS.
    CSS:
    <style type="text/css">
    .RadGrid_Default .rgExpand
    {
    display:none !important;
    }
    </style>

    -Shinu.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Dock > RadGrid with Grouping feature
Related resources for "RadGrid with Grouping feature"

ASP.NET Dock Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]