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

How can i hide expand- collapse button from grid having by default grouping--- URGENT -- PLEASE HELP.

2 Answers 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Manish
Top achievements
Rank 2
Manish asked on 04 Jul 2012, 11:15 AM
Hi,

I have a grid on which i have put by default group by functionality. But the problem is that, It showing the expend collapse button just left on the grouped text

I have use in the grid for set the default group by functionality

  <GroupByExpressions>
             <telerik:GridGroupByExpression >
                             <GroupByFields >
                                    <telerik:GridGroupByField FieldName="DateSubmitted" SortOrder="Descending" />
                              </GroupByFields>
              </telerik:GridGroupByExpression>
 </GroupByExpressions>

So please tell me to hide the   expend collapse button.
PLEASE SEE ATTACHED IMAGE YOU WILL UNDERSTAND THE ACTUAL PROBLEM

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Jul 2012, 11:49 AM
Hello,

Try setting the following CSS.
CSS:
.RadGrid_Default .rgCollapse
 {
    display:none !important;
 }

Thanks,
Shinu.
0
Manish
Top achievements
Rank 2
answered on 04 Jul 2012, 12:31 PM
It working fine for hide the button but a line strike my grouped text how can i remove that ?
Tags
Grid
Asked by
Manish
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Manish
Top achievements
Rank 2
Share this question
or