Hi all,

I need to extend the Datagrid control in order to draw an extra header 
that "lables" groups of columns. This extra header does not need to be 
functional but only informative.

I wanted to ask you, guys, what is the best approach to achieve this?

I would also like to specify the groups by setting some kind of 
parameter of the new datagrid component. In the example ( jpg ) 
attached, it would be something like this:

<custom:exDatagrig
    groups="[ { columns: [ age, money ], label: 'Personal data' } ]"
    ...
    />

Thank you all.

Alberto


<<attachment: datagrid.jpg>>

Reply via email to