Is it possible to add columns at run-time? Suppose I have a paginated set of data that has 4 columns on page 1 and the same 4 columns PLUS 1 more different columns on page 2, then on page three have the same 4 columns as page 1 but 2 columns different than page 2.
i.e.
Page 1 columns in data and shown in grid:
File, DocName, PrintDate, Event
Page 2 columns in data and shown in grid:
File, DocName, PrintDate, Event, Person
Page 3 columns in data:
File, DocName, PrintDate, Event, RunDate, Designation
Page 3 columns shown in grid:
File, DocName, PrintDate, Event, Person, RunDate, Designation
And they will all remain in the grid when maneuvering back and forth between the pages.