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
375
Setting datasource to null wipes out layout?
posted

I have a grid that has a layout set at design time (in terms of bands and columns). At runtime I bind an array of objects to it, which works fine.

In order to clear the grid I set the datasource to null, but this wipes out the design time layout, which i don't want. Is there any way around this ?

 Thanks