Hi,
I'm having an issue while Doing Custom Paging ,
My code as follows ,
I have Included the 'ALL' in PagesizeList while Binding , My issue is while selecting [All] it displayes all the data from datasource but in in frontEnd the word All is not dispalyed for example if a datasource have 13 records it shows as 13 instead of All
For reference i have attached the image with this query.
Hi Tsanna,
The above approach that you have suggested from sample from the Post is not working for us,
As per our approach , i'm using remote side paging and i have provided "ALL " in following code snippet in paging part while binding and it retrieves all the records from datasource.
Kindly provide some more sample for the above issue.
Hello Km,
My suggestion for you is to attach to valueChanging or valueChanged event of the respective editor that represents the pagesize dropdown and change the text of the editor input when the page size limit is chosen. Attached is a sample for your reference.
Please let me know if this approach works for your scenario.
Regards,Tsanna