Hi Support team,
I encounter this issue while integrating Grid into my application. Our clients provide us a fix Data API like below:
http://11.11.11.11/accountservice.aspx?PageSize=100 get the page which currentpage = 0 ( seqNo: 1~100)
http://11.11.11.11/accountservice.aspx?PageSize=100&CurrentPage=2 get third page (seqNo: 201~300)
http://11.11.11.11/accountservice.aspx?PageSize=100&GetTotal=true get the total count number
The datasource is in JSON format:
[ { UEN:"ST12345",CustName:"AA",Email:"" }, ... ] more than 10K records like this on the server.
Could you please help me with below grid features:
- ServerPaging
- AutoBinding
- Server Sorting
Thanks & Regards,
Bach
I encounter this issue while integrating Grid into my application. Our clients provide us a fix Data API like below:
http://11.11.11.11/accountservice.aspx?PageSize=100 get the page which currentpage = 0 ( seqNo: 1~100)
http://11.11.11.11/accountservice.aspx?PageSize=100&CurrentPage=2 get third page (seqNo: 201~300)
http://11.11.11.11/accountservice.aspx?PageSize=100&GetTotal=true get the total count number
The datasource is in JSON format:
[ { UEN:"ST12345",CustName:"AA",Email:"" }, ... ] more than 10K records like this on the server.
Could you please help me with below grid features:
- ServerPaging
- AutoBinding
- Server Sorting
Thanks & Regards,
Bach