cell align

i have used mygrid.setColAlign(“right,left”) . Yet only the header is aligned . I need for the cells inside the grid to be aligned . the first column i need it all to be centered aligned , not just the header

By default the setColAlign affect the data part of grid, but it must be executed  before data loaded in grid.
Please be sure that is was called before loading of data, in case of loading from HTML it can be done by using “align” attributes of top row.