:: Forum >>

hide separator for specific header column

Hi,

separators for the entire grid can be set to hidden with the following code

#myGrid .aw-grid-headers .aw-grid-separator {display:none}

However,izzit possible to hide separator of a specific header column, say column 2. I try the following but not works.

#myGrid .aw-grid-headers .aw-column-2 .aw-grid-separator {display:none}

Is the behaviour supported ? any workaround ?

Thanks
derek
Thursday, June 28, 2007
Hi

Found the solution after searching through the forum.

#gridId-separator-0 {display: none;}

Thanks
derek
Thursday, June 28, 2007
Correct.

Also if you need to disable resizing (but still keep separator visible) in AW 2.0.2 you can use

obj.setColumnResizable(false, 0);
Alex (ActiveWidgets)
Thursday, June 28, 2007

This topic is archived.


Back to support forum

Forum search