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
435
UltraGrid as a Temporal Variable
posted
Can I set to a variable of type UltraGrid, an UltraGrid who contains data, but when I make changes in the UltraGrid Variable, these changes do not affect the original UltraGrid ?
Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    I'm not sure what you mean.You can create a new UltraGrid in code. And I think the UltraGrid itself might have a clone method, so you could create a copy. But if you make changes to a cell and the two grids use the same data source, then both grids will reflect the changes to the data. 

    What exactly are you trying to accomplish? 

Children