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

RadGrid with Grouping feature

1 Answer 48 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Shirish Lokhande
Top achievements
Rank 1
Shirish Lokhande asked on 02 Jan 2012, 03:16 PM

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

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Jan 2012, 05:36 AM
Hello Shirish,

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

-Shinu.
Tags
Dock
Asked by
Shirish Lokhande
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or