:: Home >>

Colors, fonts ...

You can modify visual appearance of the grid using .active-controls-grid CSS selector.

.active-controls-grid {
    color: #ff0000;
    background: #6699cc;
    font-size: 8pt;
    font-weight: bold;
    border: 3px double #0099ff;
}

If you have several grids on one page - you can assign unique id to each of them

obj.setId("grid1");

and use this id as CSS selector:

#grid1 {
    height: 100px;
    background: #ddeeff;
}

#grid2 {
    height: 150px;
    background: #ddffee;
}

Comments

25 Jul 06
Active.Controls.Grid Margarita (0)
10 Feb 06
setting a color for a single cell Adi Katz (8)
17 Oct 05
pagenation with sorting s banerjee (0)
3 May 05
Change font Eduardo (0)

Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2
textToValue
textToData
dataToValue
dataToText