|
Rank: Member Groups: Member
Joined: 9/13/2011 Posts: 11
|
Im using the grid in an application.
Is there an align propert for the grid column.
Also can I set the column names at run-time.
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
This is not alignment settings directly on the GridColumn. You will need to use CSS with the GridColumn's CellStyle property. For example, if you include "text-align:right" in CellStyle, then the cell contents will align to the right.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 9/13/2011 Posts: 11
|
Worked ! many thanks.
Any ideas on my second question - Can I set the column names at run-time.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Sorry I missed the second question. I am not aware of anything that would prevent you from setting the columns' name at runtime.
Thanks!
|
|