Hello!
I have a xamgrid and when I want to filter the columns, the language, instead of being the one of my computer (Spanish in this case) it shows up all the options in english. Is there anyway of changing this?
Thank you
To allow the options to be shown other than english there is a resource file available in program files that can be added within the project. E.g.: "C:\Program Files (x86)\Infragistics\NetAdvantage 2012.1\Silverlight\Bin\SharedXAML\InfragisticsSL5.Controls.Grids.XamGrid.v12.1.resx". The file contains a list of values that can be modified from key names such as StartsWithString.
Also in the constructor before InitializeComponent call the RegisterResources method of the XamGrid class and pass the resource name within the parameter.
I have attached a sample.