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
315
Serializing rows in UltraGrid
posted

Hello,

I have an UltraGrid that contains 91,000 rows that is a fixed catalog that will never be edited.  I load these rows from a SQL Server query. 

Since this is fixed information, I'd like to to find a way serialize and de-serialize these rows. RowsCollection doesn't support serialization.

Is there any way possible to save the RowsCollection to a binary file, and then assign binary containing RowsCollection to a new instance of the grid?

I just don't want to keep reading 91,000 records to display this identical information.  Any comments much appreciated. Thank you!!!