This is a migrated thread and some comments may be shown as answers.

[Solved] Internationalizing HeaderText

1 Answer 68 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ross Wozniak
Top achievements
Rank 1
Ross Wozniak asked on 26 Jun 2009, 01:41 PM
I've been working on internationalization support for my application, and have been successful with drawing string from resource files based on the technique described in this article (http://wpf-e.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&_c=BlogPart&partqs=amonth%3d10%26ayear%3d2008), but have been unsuccessful at using this for GridView HeaderText strings. When I use the following syntax it throws an error:

<

 

telerikGridView:GridViewDataColumn HeaderText="{Binding Source={StaticResource Strings}, Path=HeaderText_Name}" DataMemberPath="Name"/>

 


Any suggestions?

Thanks,
Ross

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 26 Jun 2009, 02:12 PM
Hello Ross,

Please check this demo to know more about how to localize the grid:
http://demos.telerik.com/silverlight/#GridView/Localization

All the best,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Ross Wozniak
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or