Hi.
Is it possible for me as a user to change the column names/titles while the application is running. Something like a rename/edit feature. And if yes, can these updated column names be persisted (maybe in xml file or resource) so that they can be reused when the application starts again.
Appreciate your help.
Thanks.
Hello, Generally you can chose which information want to save to that XML but, you don’t have possibility to chose all the properties you have set in the grid. You can use PropertyCategories enumeration on order to set the categories you want to save , and I believe you can use “Bands”, since I suppose you are not using UnboundCoumns. You can find more information here :http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html%5CInfragistics2.Win.UltraWinGrid.v9.1~Infragistics.Win.UltraWinGrid.PropertyCategories.htmland http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v9.1~Infragistics.Win.UltraWinGrid.UltraGridLayout~SaveAsXml(Stream,PropertyCategories).htmlI hope this information was helpful.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.