Hi
I am very new to RadGrid AJAX. I encountered a situation getting datasource from other applications using their api
one of my customer set up api for us to provide some information. I have to make gridview to show datas from customer
External API will send 20 rows data per every tractation . And it will give us total count of data and current page's number
So i have to make paging area in my radgridview based on information comes from external api
( ie total page number and current page property) it's not allowed to get all data using external API because there maybe
contains huge data depends on condition So It should be avoid to get all data from external API. I don't know how to make
paging area based on the above data and how to bind new datasource when end user click next button of paging or number of
page . Please Let me get some advice to overcome this situation. Any Advice will be appreciated.
Regards,
Eum