Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5
lost cell format after post back
posted

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.

 example:

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????