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.