Hi, i have a grid with 20 columns. 10 of them are directly shown and 10 are hidden, but they are all visible in the columnchooser.i build up the grid and then i translate the header of all visible columns. in the columnchooser are the the visible columns in the grid translatet !?
but the non visible columns are not translatet in the columnchooser.when i select a not visible column in the grid to show, it is also not translatet.how did i solve it
Hello Martin,
Please let me know if you have additional questions regarding the UltraGridColumnChooser. I will be happy to assist you further.
Hi,
martin2004 said: i translate by myself the header of each column.
I still don't know what you mean by "translate". There is no translation functionality built-in to the WinGrid that would affect the column headers. What property on the column header are you setting? The ColumnChooser should show the same text that the user sees in the grid.
martin2004 said:whats the event in the columnchooser when i show or hide a column.
Before/AfterColPosChanged on the grid will fire.
Hi Martin,
To learn more about the ExcludeFromColumnChooser property, please feel free to review the content in our online help documentation using the link below: http://help.infragistics.com/NetAdvantage/WinForms/2012.2/CLR4.0/?page=Infragistics4.Win.UltraWinGrid.v12.2~Infragistics.Win.UltraWinGrid.UltraGridColumn~ExcludeFromColumnChooser.html
Hi Mike, i translate by myself the header of each column. that i exclude columns i know, but they are not translated in the columnchooser.whats the event in the columnchooser when i show or hide a column.
What do you mean by "translated?" What exactly are you translating and how are you doing it?
If you do not want to display a column (or columns) in the column chooser, then you can set ExcludeFromColumnChooser on the column to false.