Rank: Member Groups: Member
Joined: 9/9/2008 Posts: 7
|
Hi,
1. How to increase the height of row in the grid??? The height should increase dynamically depending on the text loaded during runtime.
2. I want some columns in the grid to be center aligned while some to be left aligned. Is it possible?? How??
Thanks, Rashmi
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Our Grid is a fixed row height Grid. The row height is controlled by ItemHeight property.
To center align text you will need to modify the column's CellStyle to include "text-align:center".
Thanks!
|