The look of grouping (in the data area of a grid) consists of three elements:
- the group header
- the cell to the left of the group header, containing icons for expanding / collapsing; let's name it "the control cell"
- cells the the left of data rows; let's name them "filling cells"
I'm using the Simple skin and Q1 2010 version of the controls.
All these elements have initially the same, darkgray background. The control cell (and its column) is quite wide. I would like to change two aspects of their look:
- the back color of all of them
- the width of the control cell and the filling cells
I tried to use GroupHeaderItemStyle. Changing its BackColor changed the back color of the header and the filling cells - but the control cell remained untouched. Changing its Width changed nothing.
I tried to modify Grid.Simple.css file. I've succeeded in changing the back color of all the required elements. But I cannot make the column with the control and filling cells narrower. The MasterTableView is rendered with the "colgroup" element wich contains 20px width of this column. This is the key - is it possible to me to change this value?
Regards
Tomasz