I think you can use lockedColumn to simulate the grid header on y axis. Then 
programmatically add n-columns. Note that there are performance considerations 
for having a very wide grid, its certainly not as fast as default setup. You 
will also need a dataprovider that you can map column data fields on. If you 
are using objects you will need to use Proxy, XML might just work by default

--- In [email protected], ArunKumar Madas <arun.fle...@...> wrote:
>
> Does anyone have snippets of a DG to be laid out row-wise (horizontally)
> instead of default, column-wise ?
> 
> *Country Header Label* | A | B | C | D | ...
> 
> (say dataprovider is countryCollection)
> 
> ~ Arun
>


Reply via email to