Hi,
I'm trying to lookup the string name for the "Drag A Column header here to group by that column"but both of these pages don't load ! :-(What's the name of the string and where can I get the names of the resource-strings if these pages are down on your site??http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.2/CLR2.0/Win_Assembly_Resource_Strings.html
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/WinGrid_Resource_Strings.htmlregards,EE.
EE,
I believe that the following links are the ones you're looking for:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.2/CLR2.0/html/Win_Resource_Strings.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.2/CLR2.0/html/WinGrid_Resource_Strings.html
The string you're looking for ("Drag a column header here to group by that column") isn't taken from a string resource. It's instead set as a property on WinGrid, which you can customize through the grid's InitializeLayout method:
e.Layout.GroupByBox.Prompt = "Put Your Custom Prompt Here";