PagerStyle-HorizontalAlign C1GridView

Posted by: enrique.pv-ext on 25 May 2026, 4:27 am EST

    • Post Options:
    • Link

    Posted 25 May 2026, 4:27 am EST

    Hi,

    Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.

    Using C1GridView from C1.Web.Wijmo.Controls.48.dll

    PagerStyle-HorizontalAlign="Left"

    PagerStyle havent Sytle section ?

       <FooterStyle HorizontalAlign="Left" />
       <SelectedRowStyle HorizontalAlign="Left" />
       <RowStyle HorizontalAlign="Left" Height="22px" />
       <AlternatingRowStyle HorizontalAlign="Left" />
       <FilterStyle HorizontalAlign="Left" />
       <HeaderStyle HorizontalAlign="Left" Height="25px" />
       <EditRowStyle ForeColor="Black" BackColor="#FFFFCC" HorizontalAlign="Left" />

    any suggestions ?

  • Posted 26 May 2026, 3:48 am EST

    Hello Enrique,

    We could not find a “PagerStyle” property in the newer version of C1GridView.

    Could you please share the exact markup or code that you were using in the older version, along with screenshots showing both the expected and current behavior? This will help us better understand the scenario and suggest the most suitable alternative in the newer version.

    For styling and alignment customizations, we recommend using CSS in the newer version. You may also refer to the following similar discussion:

    https://developer.mescius.com/forums/webforms-edition/dataformat-and-align-for-columns-gridview-2025v2-399#85497

    Regards,

    Uttkarsh

  • Posted 26 May 2026, 9:57 am EST

    Thanks a lot Uttkarsh !

    Legacy code:

    PagerStyle-HorizontalAlign="Left"
    about Pager

    → Paging, in old version, align to Right, but in new version is Left.

    To right align the pager buttons, maybe use the following CSS:

    /*pager*/
    .my-grid .wijmo-wijpager .ui-list {
        float: right;
    }
  • Posted 26 May 2026, 11:28 pm EST

    Hello Enrique,

    Yes, you are correct. You can use CSS styling to right-align pager buttons.

    If you have any further queries, please let us know.

    Regards,

    Uttkarsh.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels