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

Parents
No Data
Reply
  • 2636
    posted

    I am guessing here... but couldn't you just create a identical blank array and just set it to that when you need to whipe the data?

Children