We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Loading Windows Grid Control Data into Grid Web Control

I have saved the binary Data of Windows Grid Cotrol. That is,

Syncfusion.Windows.Forms.Grid.GridControl grd;
byte[] objArraybyte;

grd.Model.SaveBinary(objMemoryStream);
objArraybyte = objMemoryStream.GetBuffer();

I have saved this objArraybyte.

Now i wnat to load Grid Web Control with this
saved Windows Grid Control Information.

How Can I Do Thtat?

1 Reply

HA haneefm Syncfusion Team April 16, 2007 07:15 PM UTC

Hi Naveed,

You can try this code.

this.GridWebControl1.GridModel = Syncfusion.Windows.Forms.Grid.GridModel.LoadBinary(objMemoryStream);

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon