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>
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
Hi,
does anybody know how to ultrgrid typing in multilanguage
in ultratextbox one keypres time that key equilant unicode charater replaced that paticular language using javascript. but in ultragrid column keypress event how to call the javascript function any one help me.
how to get the column key press event and how to access the ultragrid column in javascript
Regards
Vadivel
Hi Vadivel
I don't understand your question about multilanguage. Do you mean translation of column headers?
For how to call javascript-functions search in the documentation for the keyword: csom (Client-Side Object Model).The column keyPress Event can you fire when you create a KeyDownHandler. In the properties of ultrawebgrid click on DisplayLayout then click on ClientSideEvents and the look for KeyDownHandler.
I hope this helpsRegardsAdrian