Hi,
I have a Ultrawebgrid control in which some columns are aligned to "center" in design time.
I have associated a css class to this control. In runtime if I see the columns, then all the columns are
aligned to left. I'm not sure why this is happening.
If i remove the css class, then its working as expected (some columns are aligned to "center").
But my css class doesnot contain anything related to alignment.
Can any one throw some light on this?