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
1175
TextHAlign property cleared when Databind called
posted

I'm setting the alignment and I have to call Databind after working on the data a bit with this code

 ultraGrid.DataSource = dt;

 ultragrid.DataBind();

 

 

but when I do all the texthalign properties for the columns get set back to left, any ideas how to keep the alignment settings when calling databind? Thank you, Jamie