We are currently working on localisation of the radgrid to support multilanguage.
Because not all settings were available to change via a resx file, we have a solution through the loading of skins. (and we set the different translated values through the XML variables)
we are already setting following values in our dutch version :
<GroupingSettings CollapseTooltip="Groep inklappen"
ExpandTooltip="Groep uitklappen"
GroupSplitDisplayFormat="Items {0} tot {1} worden getoond"
UnGroupButtonTooltip="Klik hier om de groep te ontkoppelen"
UnGroupTooltip="Verschuif buiten de balk om te ontkoppelen" />
<GroupPanel Text="Verplaats een kolomkop naar hier om op die kolom te groeperen" >
</GroupPanel>
<HierarchySettings CollapseTooltip="Inklappen"
ExpandTooltip="Uitklappen"
SelfCollapseTooltip="Verwijzing inklappen"
SelfExpandTooltip="Verwijzing uitklappen" />
<MasterTableView CommandItemSettings-AddNewRecordText="Nieuw record toevoegen"
CommandItemSettings-ExportToCsvText="Exporteren naar CSV"
CommandItemSettings-ExportToExcelText="Exporteren naar Excel"
CommandItemSettings-ExportToPdfText="Exporteren naar PDF"
CommandItemSettings-ExportToWordText="Exporteren naar Word"
CommandItemSettings-RefreshText="Verversen"
NoDetailRecordsText="Geen subrecords gevonden"
NoMasterRecordsText="Geen records gevonden" >
</MasterTableView>
<PagerStyle PagerTextFormat="Pagina wisselen: {4} Pagina <strong>{0}</strong> van <strong>{1}</strong>, items <strong>{2}</strong> naar <strong>{3}</strong> van <strong>{5}</strong>."
PageSizeLabelText="Pagina grootte" />
<SortingSettings SortedAscToolTip="Sorteren van laag naar hoog"
SortedDescToolTip="Sorteren van hoog naar laag"
SortToolTip="Sorteren" />
<StatusBarSettings LoadingText="Wordt geladen "
ReadyText="Gereed" />
We are looking for a list of the default values for the settings, so that we know which ones we should be changing additionally, and to serve as a source for translation towards other languages.
I can take an educated guess of several of the values, but to make sure I could use a list.
something like this:
HierarchySettings.CollapseTooltip="Collapse"
HierarchySettings.ExpandTooltip="Expand"
HierarchySettings.PageSizeLabelText="PageSize"
...
Is there a place where I can find these default values? (same thing is to be done for the datepicker, but that is for another forum)
Thanks.
Following are the two issues with Telerik RadAsyncUpload Control on a sharepoint 2007 project which are keeping us from making progress on a Form:
1. Telerik Control giving an exception when we provide UNC Path for a TargetLocation property of Telerik RadAsyncUpload Control on a shared UNC path on a server different than the Web Server on which Telerik and the form is hosted. The form uses Telerik to upload the attachments temporararily to a ASP.Net temporary folder on Same Web Server hosting the Form and Telerik RadAsyncUpload Control BUT on clicking the submit button, we want to save attachments to a permament location on a shared UNC path via the Targetlocation property of Telerik Control and this is giving the following error: Image attached
Logon Failure: unknown user name or bad password
2. Also, we have one issue occuring when we browse the form which hosts the telerik RadAsyncUpload control on Firefox. The progress area is stuck forever when we upload files which are not valid. Image attached