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
510
UltraDataSource clear Rows wipes the layout in the grid
posted

We have a LoadOnDemand grid bound to an ultra data source. At midnight we wipe the grid ready to start the new day. We achieve this by in the UltraDataSource we call Rows.Clear().

When we do this we notice that when we add a new row there are no visible columns, they have to be added from the column chooser. If i load the same layout that was loaded before, it displays correctly. Can you help us understand why the layout gets wiped when we seem to be wiping the rows underneath?