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
40
UltraWebGrid design time column settings
posted

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?