How to change pivotGrid Resource String ?
Hi, thank you for answer.
We changed old project this method:
Infragistics.Windows.Editors.Resources.Customizer.SetCustomizedString("LE_ArgumentException_5", "Girilen değer geçerli değil.");
Can I change xampivotgrid resource with this method ? How ?
Hello Resul,
Thank you for your post. I can suggest you look into the following link from our online documentation where you can find how to customize the resource strings :
http://help.infragistics.com/NetAdvantage/WPF/2012.2/CLR4.0/?page=Developers_Guide_Customizing_Resource_Strings.html
You can find the XamPivotGrid control’s resource file in the following location :
C:\Program Files (x86)\Infragistics\NetAdvantage 2012.2\WPF\CLR4.0\Bin\SharedXAML\ InfragisticsWPF4.Controls.Grids.XamPivotGrid.v12.2.resx
Let me know, if you need any further assistance on this matter.