flexgrid format data/cells
i have just learned how to create and insert data from a database into a flexgrid.
what i would now like to do is format (change the colour, make bold etc) certain cells if they are above or below defined values
i would also like to be able to format the highest and lowest values within each column
i know the code for doing this is that advanced but i do not know the flexgrid properties very well and the best way to go to each cell
thanks in advance
Re: flexgrid format data/cells
just play with the grid.cell.fontcolor and other properties...
Re: flexgrid format data/cells
check the links in rhinobulls sig abt flexgrid ,also check the thread something color with flexgrid to learn more abt coloring
Re: flexgrid format data/cells
thats great, thanks for the help
got some bits working now
does anyone have any nice code to loop through all the items in each column and format the highest and lowest values in each column?