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
1310
Filter column menu only in English?
posted

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

  • 12004
    Verified Answer
    posted

    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.

    xamGrid1.zip