Copy one grid to another grid
New DiscussionIs there way to copy a grid to another grid without it being a pointer to its originator?
Example:
UltraGrid tmpGrid = SourceGrid;
Using this snippet in my code makes tmpGrid a pointer to the SourceGrid, however what I want to do is simply assign all the data and column settings( group-by, filters, and etc), essentially assign every aspect of the SourceGrid to the tmpGrid without it being a pointer. Is this possible? Sorry if this sounds like a stupid question, but I had to ask.
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
7 Created On
Jul 01, 2010 Last Post
15 years, 8 months ago