Hello

I have to center data in my grid, so I play with the Align="Center" value, witch works well on header collumn, I play wit CSS

.x-grid-custom-1 .x-grid3-cell-inner {
text-align: right;
}
wich works well too, exept if I have cell command in the cell. In this case, data are left align and nothing can change that. Is there a solution I have not think of?