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

hide expand column

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 22 Oct 2012, 03:24 AM
Hallo there

I have a grid with a grid table view inside. I automatically expand all rows. But i would like to hide the expand column. Can you provide a solution in css. thanks in advance
allen

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 22 Oct 2012, 03:36 AM
Hi,

Please try the following CSS.

CSS:
<style type="text/css"
    .rgExpandCol 
    
        display:none !important
    
</style>

Regards,
Princy.
Tags
Grid
Asked by
Allen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or