Is it possible i save my layout become string??? any example for this save??
Hello Kelvin,
If I understand you correctly, you need to save the UltraGrid layout. You can save the layout of the grid as XML or as binary file. In order to achieve this you may use Layouts’ Save and SaveAsXml methods.
Please note both these method have a couple of overloads. More about these two methods you may find by following the next links http://help.infragistics.com/Help/Doc/WinForms/2015.2/CLR4.0/html/Infragistics4.Win.UltraWinGrid.v15.2~Infragistics.Win.UltraWinGrid.UltraGridLayout~Save.html and http://help.infragistics.com/Help/Doc/WinForms/2015.2/CLR4.0/html/Infragistics4.Win.UltraWinGrid.v15.2~Infragistics.Win.UltraWinGrid.UltraGridLayout~SaveAsXml.html.
Please let me know if you need more information.