Hello,
is it possible to change the tooltip text (Click here to clear filter citeria.....) in the grid (Version 9.2.2.0092)? If so, how in VB?Thank you for your helpFrank
Hello Frank,
Please try the following code and take a look at the following links:
Infragistics.Shared.ResourceCustomizer rc rc = Infragistics.Win.UltraWinGrid.Resources.Customizer rc.SetCustomizedString("FilterClearButtonToolTip_FilterCell", "Changed tooltip text")
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinGrid_Resource_Strings.html
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=8629
Please do not hesitate to contact me if you need any additional assistance.
thank you for your help. And the entries (see picture)?
GreetingsFrank