#cspan , need more than 2 sub colums

Hi,



I need a table in the following format:



++++++++++++++

+ Col +

++++++++++++++

+Val1|Val2|Val3|Val4 +

+Val1|Val2|Val3|Val4 +

+Val1|Val2|Val3|Val4 +



#cspan by default gives me only 2 such sub columes with the header. Any ideas?



Thanks,

Kris A



If you will use
grid.setHeader(“Col,#cspan,#cspan,#cspan”);

You will have grid with 4 columns, but with a single header cell, same as on above scheme