Unable to display strings in pageSizes options

Hi Team,
             I am using <ejs-pager> for pagination
Where the dropdown only displays 10,50 and shows empty field in auto ,i.e. shows 10,50 numbers in options but does not display auto in option.
Is it possible to have string in dropdown of paginator.

<ejs-pager #pager *ngIf="count.length" [totalRecordsCount]="count"  
[currentPage]="currentPage" [pageSize]"pageSize" 
[pageSizes]="['10','50','auto']" (dropDownChanged)="changed($event)" (click)="click($event)" (dropDownChanged)="pageSizeChange($event)"> 
</ejs-pager>


Thankyou
Poojitha.

2 Replies

BS Balaji Sekar Syncfusion Team December 15, 2020 03:57 PM UTC

Hi Poojitha, 

Thanks for your valuable patience. 

We are able to reproduce the issue at our end and logged the reported issue “PageSizes dropdown item showing "empty string" instead of "auto" in EJ2 Pager component” as a bug at our end and this fix will be included in our 30th December 2020 patch release. We appreciate your patience until then.  

You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link. 


Regards,  
Balaji Sekar 



BS Balaji Sekar Syncfusion Team January 7, 2021 06:43 AM UTC

Hi Poojitha, 

Thanks for your valuable patience. 
 
We are glad to announce that our EJ2 Grid Weekly patch release (v18.4.32) has been rolled out successfully and in this release, we have included the fix for PageSizes dropdown item showing "empty string" instead of "auto" in EJ2 Pager component issue. So kindly update your NuGet to our latest version (18.4.32) to resolve the reported issue. For your convenience we have attached the sample so please refer the sample for your reference. 
 
 
 
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 any further assistance.  
 
Regards, 
Balaji Sekar 


Loader.
Up arrow icon