Grid not create new page

Hi,

I have a problem when set PageSizes and PageSize is 10 record per page.

If grid has single page when I add 11th record grid dose not add new page but show all record in first page.


Sample Code:

https://stackblitz.com/edit/angular-3fpbsy-ghp74i

this.pageSettings = {
      pageSizes: ['10''25''50''100'],
      pageSize: 10
};

3 Replies 1 reply marked as answer

JS Johnson Soundararajan S Syncfusion Team May 20, 2024 11:51 AM UTC

Hi Krailit,


We apologize for the trouble you've experienced with our product. Our team has confirmed that the reported behavior is a breaking issue on our end, which we have logged as "While adding the new record with pagesizes, a new page is not created" Thank you for taking the time to bring this to our attention.


We will include a fix for this issue in our next patch release, which is planned for June 5th , 2024.

You can easily track the status of your request, review the proposed resolution timeline, and get in touch with us for any additional inquiries by using the following link,


Feedback : While adding the new record with pagesizes, a new page is not created in Angular | Feedback Portal (syncfusion.com)


Regards,

Johnson Soundararajan S



JS Johnson Soundararajan S Syncfusion Team June 5, 2024 05:45 PM UTC

Hi Krailit,


We sincerely apologise for the inconvenience caused.


We understand that you are eagerly awaiting the patch to address the matter, and we wanted to provide you with an update regarding the delay. Currently, we are encountering some complexity in addressing those cases. We will fix the reported issue with "While adding the new record with pagesizes, a new page is not created" and include it in the first weekly patch release after the Vol 2 Main release, which is scheduled for June 19, 2024.


Again, we sincerely apologise for the delay and any inconvenience caused. We greatly appreciate your understanding and patience.


Regards,

Johnson Soundararajan S



AR Aishwarya Rameshbabu Syncfusion Team June 19, 2024 12:01 PM UTC

Hi Krailit,


We are glad to announce that, we have included the fix for the issue While adding the new record with pagesizes, a new page is not created in our 26.1.38 release. So please upgrade to our latest version of the Syncfusion package to resolve the reported issue.


Root cause : 


The issue arose due to setting the page size equal to the total record count leads to miscalculating the total pages.


Solution :

Fixed the issue by preventing the setting of page size equal to the total record count leading to proper calculation of total pages.


Feedback link :  https://www.syncfusion.com/feedback/57887/while-adding-the-new-record-with-pagesizes-a-new-page-is-not-created


Latest version working sample : https://stackblitz.com/edit/angular-3fpbsy-asyvuh?file=src%2Fapp.component.ts,package.json


We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require further assistance.



Regards,

Aishwarya R


Marked as answer
Loader.
Up arrow icon