Hi,
is there anybody who knows how can i change the ColumnChooser Button ToolTipText?
Thanks in advance!
Which tooltip areyou referring to? The one that says "Click here to show Field Chooser?" I beleive the only way to modify that is through the ResourceStrings (which is intended for localization purposes).
Assembly Resource Strings
Hi Mike,
I encountered the same problem and wanted to change the tooltiptext as well.
However, where could I find the ResourceStrings, please tell me with the detailed instructions.
Or ,could you tell me what event will be handlered when I click the RowSelectorHeader region except that RowSelectorHeaderStyle is set to ColumnChooseButton.
OK, Mike,
I have solved the problem.
I got some thinkings from other posts and wrote simliar code in my project.
Infragistics.Win.UltraWinGrid.Resources.Customizer.SetCustomizedString("ColumnChooserButtonToolTip", ".......")
So, thanks all the same.