Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
How to change tooltip text for ColumnChooserButton?
posted

Hi,

the ColumnChooserButton has a default tooltip of "Click here to show Field Chooser."

is there any way to override/change this?

see

http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html%5CWinGrid_Resource_Strings.html

 

Thanks in advance.

Sunny

Parents
No Data
Reply
  • 12773
    Verified Answer
    posted

    Hello Sunny,

    You can find all customization strings for WinGrid and ColumnChooserButton in the link you mention:
    http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Win_Customizing_Assembly_Resource_Strings.html

    And you can use SetCustomizedString method of the ResourceCustomizer to set your own string using the sample code below:

    Infragistics.Shared.ResourceCustomizer rc;
    rc.SetCustomizedString("ColumnChooserButtonToolTip", "New ColumnChooserButtonToolTip_Text");

    You can also look at the online help how to use Resource Customizer:
    http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Win_Customizing_Assembly_Resource_Strings.html

    I hope this information was helpful.


    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.

Children
No Data