Is it possible to change the mouse over tooptip of the Column Chooser button in the UltraGrid? It currently show as:
"click here to show Field Chooser"
Thanks,
Jie
See this post:
http://news.infragistics.com/forums/p/26305/96553.aspx#96553
Thanks! It worked. The complete code is as below:
Infragistics.Shared.ResourceCustomizer rc = Infragistics.Win.UltraWinGrid.Resources.Customizer;
rc.SetCustomizedString("ColumnChooserButtonToolTip", "NEW_TOOLTIP_TEXT");