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
395
Localization of Grid Headers
posted

Hi all

Infragistics 7.3.20038.73

We make an multi-language application (English, German, French, Italian) with the UltraWebGrid. For this we add in the caption property of the Column-Header by hand a resource string like:

<igtbl:UltraGridColumn BaseColumnName="Column1" Key="Column1" DataType="System.Int32">

<Header Caption="<%$ Resources:WebResources, ColTitel1 %>">

<RowLayoutColumnInfo OriginX="3" />

</Header>

</igtbl:UltraGridColumn>

Unfortunately when we open for example the column designer after these hand-changes and make some changes and then close the designer all these Resource strings are lost! The same works for the microsoft gridview control.
Do we make something wrong or is this a bug by infragistics ultrawebgrid?

Thank you for your help.
Adrian

Parents
No Data
Reply Children