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

ExpandCollapseColumn setting

2 Answers 91 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 07 Mar 2012, 05:39 AM
Even after setting ExpandCollapseColumn display to false in my aspx page, there is no effect. is there a way to make the display false in css?

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 07 Mar 2012, 05:48 AM
Hello Steve,

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

-Shinu.
0
Steve
Top achievements
Rank 1
answered on 08 Mar 2012, 07:06 AM
Thank you for saving my day
Tags
Grid
Asked by
Steve
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Steve
Top achievements
Rank 1
Share this question
or