Templates

Is it possible to load a template at runtime? Thanks

1 Reply

AD Administrator Syncfusion Team January 7, 2005 08:50 PM UTC

Yes. Those template files are SOAP serialized files. This code will load one. this.gridControl1.Model = GridModel.LoadSoap(@"c:\temp\test.egt"); You can also use grid.Model.SaveSoap to write a template out at runtime.

Loader.
Up arrow icon