:: Forum >> Version 2 >>

Centering data in columns

More information on this topic is available in the documentation section: /grid.doc.styles/.

Hi,
I would like to center data in some columns, not all.
Is there a way to do this?
Thinman
Wednesday, October 28, 2009
example

#grid2 .aw-column-{width80px;text-aligncenter;}
#grid2 .aw-column-{width70px;text-alignright
thierry
Thursday, October 29, 2009
Or same in javascript:
obj.getCellTemplate(7).setStyle('width', ' 80px');
obj.getCellTemplate(7).setStyle('text-align', 'center');
obj.getCellTemplate(8).setStyle('width', ' 70px');
obj.getCellTemplate(8).setStyle('text-align', 'right');
Thursday, October 29, 2009
Thank you that was exactly what I was looking for!
Thinman
Friday, October 30, 2009



This topic is archived.

Back to /grid.doc.styles/

Documentation:

Forum search