I have an ultrawebgrid using an object data source with a strongly typed data source.
If I set the hidden property, set the header caption property or re-order the columns in band(0) for my grid, the changes are not reflected in the grid at runtime.
If, however, I put code in the layout initialization event to hide the columns or set the header caption those appear.
Can someone help me find out why my design time settings are not being reflected at runtime?