problem with page numbers in paging using culture set to italian.

6 replies. Last post: March 17, 2010 11:07 PM by Glenn Layaar
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

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.

All times are GMT -5. The time now is 1:45 AM.
Previous Next