We have pretty simple problem, when users try to drag column and want drop on group by box the groupbox shows the "BindingList`1" - [ColumnName].
I want to hide "BindingList`1" from the groupby box, how can I do that?
Hello Manoj,
I am just checking about the progress of this issue. Let me know if you need my further assistance on it.
Thank you for using Infragistics Components.
To set GroupByBox label displays only the name of the column you need to set ShowBandLabels property of GruopByBox to None.
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Infragistics4.Win.UltraWinGrid.v14.1~Infragistics.Win.UltraWinGrid.ShowBandLabels.html
Please find attached a sample solution with ShowBandLabels property set to none. Please check my solution and let me know if this is what you are looking for or if I am missing something