iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
we are using your WebGrid 7.0 into a SharePoint’s sites.
The WebGrid is set to use pagination, but an issue is raised when the control’s culture is set to Italian: page numbers are not showed. As you can see both properties PagingMode="ClassicPaging" PagingStyleUI="Slider" are set as indicated into your reference: http://live.intersoftpt.com/Default.aspx?url=cs/WebGrid/ClassicPagingWithSlider.aspx
Here is the definition of the WebGrid which is placed into a usercontrol.
<ISWebGrid:WebGrid ID="WebGrid1" DefaultStyleMode="Elegant"
UseDefaultStyle="True" runat="server" DataSourceID="objDs1" >
<LayoutSettings AllowAddNew="No" AllowDelete="No" AllowEdit="No" NewRowLostFocusAction="NeverUpdate"
AutoFitColumns="True" AllowExport="Yes" AutoFilterSuggestion="True" AlwaysShowHelpButton="False"
PromptBeforeDelete="True" RowLostFocusAction="NeverUpdate" AllowColumnMove="No"
AllowFilter="Yes" AllowGrouping="Yes" AllowSelectColumns="No" AllowSorting="Yes"
GroupByBoxVisible="True" RowHeightDefault="-1px" ColumnFooters="No" PagingSize="30" PagingMode="ClassicPaging"
PagingStyleUI="Slider" PagingExportMode="ExportAllData" RowHeaders="No">
<TextSettings Language="UseCulture" UseLanguage="it-IT">
</TextSettings>
<RowHeaderStyle Height="0px">
</RowHeaderStyle>
</LayoutSettings>
</ISWebGrid:WebGrid>
The attachments shows a screenshot of the problem. This issue is not applied if the language is set back to English.
Could you please help me out in solving this problem?
Thank you.
In order to use the modified wglang_it-IT.xml you will need to use CommonLibrary virtual directory. Here is the snippet:
<TextSettings Language="UseCulture" LocalizationFolder="/CommonLibrary/WebGrid/V7_0_7200/Localization/" UseLanguage="it-IT" UseWebResources="False"></TextSettings>
Have you tried using CommonLibrary in the Sharepoint environment instead of using SmartWebResources? perhaps it could solve the CPU issue as well.
You could read in more detail regarding deoplying without smartwebresources on our WebGrid documentation in the article Deploying project that does not use SmartWebResources
I did not see any attachment in your previous post.
However, based on the description of the issue, I suspect the issue is caused by the incomplete Italian localization. You will need to add the Paging related localization in the wglang_it-IT.xml.
A quick comparison between the wglang_it-IT.xml and default.xml in the common library WebGrid localization folder, default location in C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\WebGrid\V7_0_7200\Localization, show that these paging related node is missing in the Italian localization:- Tooltip/PagingFirst- Tooltip/PagingPrev- Tooltip/PagingNext- Tooltip/PagingLast- Tooltip/PagingGoTo- Tooltip/PagingSlider- Paging/PageFormat
thank you for your reply, but the problem persist...
Have you got any other suggestion ?
I am sorry, it seems I missed a few text node for paging under CommonText. Please try to add these paging related node in the wglang_it-IT.xml- CommonText/PagingStatus- CommonText/PagingLoading- CommonText/PagingPartialGroup
You could also compare the dafault.xml and wglang_it-IT.xml to check is there is still some other missing localization beside paging.
Thank you Glenn for your responses but the problem still persists.
As I told you before, the WebGrid is used into a SharePoint Enviroment, and no resource files are deployed.
In a different SharePoint pre production enviroment, we have installed Intersoft Web UI studio 2009 R2 and I have modified wglang_it-IT.xml as you told me.
As suspected nothing changes because this files are probably not used. It looks like that localized stings are created at runtime from the assembly.
Infact, in our production enviroment, where there is no Intersoft Web UI studio 2009 R2 installation, and no localization files are deployed, we receive partial localizations. The attachment shows the problem.
If is correct that localized string are build at runtime, I can only see 2 different solutions to my problem:
We have found that our issue documented here:http://www.intersoftpt.com/Community/WebGrid/cpuissue/
is also caused by this paging problem.
Setting the culture to the default language or disabling the paging in the WebGrid control, the cpu issue disappears.Can you please help me with the webgrid's culture/paging problem?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname