I'm built a dinamyc grid, i set the bacbkcolor and align text in a code behind but after the post back the cell lost this propreties.
UltraGridColumn colum = new Infragistics.WebUI.UltraWebGrid.UltraGridColumn(true);
colum.CellStyle.HorizontalAlign = HorizontalAlign.Right;
.........
but this propertie lost after the post back.. the text is align to left.. :-(
Any idea????