Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Paging buttons working in reverse
posted

Im using Infragistics45.Web.v16.2

I just noticed that the paging buttons work opposite direction. To confirm I tried to change the text from <<, <, >, >> to First, Prev, Next, Last. When I grid shows up on the page, it correctly displays the Next (or >) and Last (or >>) buttons. Clicking on the Next button, didnt move the page, it still displays the same set of rows, but correctly displays all navigation buttons. Clicking on the Last page als doesn't change the rows but correctly switches the buttons to the First (<<) and Prev (<).

After clicking around, i realized that the buttons are all buttons are acting in reverse direction First button acts like a Last button, Last button acts like First, Next button is acts like the Prev, and Prev acts like Next.

How do I fix this, or what is the work around, since the correct buttons appear accordingly.

Parents
No Data
Reply
  • 1320
    Offline posted

    Hello Erik,

    I have prepared a sample, demonstrating changing the labels of WebDataGrid Paging buttons. The labels are applied and work as expected. According to our support policy, Trial Service level customers are eligible for support for our current latest version, which at this point is 20.1. This is the reason why the provided sample is using version 20.1 of Ultimate for ASP.NET.

    Furthermore, Infragistics products have one year of product service releases and three years of developer support. This means that version 16.2 is considered retired and it is no longer eligible for Developer Support Services.

    Since the suggested approach is working as expected in my sample using a newer version of the controls I assume that this behavior might be caused by an issue that we have addressed, fixed and released in any of the latest versions of our product. Having this in mind my suggestion would be to upgrade to any of the latest versions of our product.

    In the following topic you could find which versions we are supporting and when will their support expire.

    Below I am attaching the sample, demonstrating the described behavior. Please let me know if you need any further information regarding this matter.

    Regards,
    Monika Kirkova,
    Infragistics

    WebDataGridPagingButtons.zip

Children