Hi,
I'd like to implement GridView, which would be similar to CustomPaging in ASP.Net, where all the paging and sorting is done on the server (if user's search returns 20,000 records you don't want to transfer all that to the client), in this scenario Paging GUI controls and the Grid on the client just raise events that tell the client to retrieve next page from the server or sort by certain field and actually sorting and next page retrieval will be done on the server. I am looking for an example on how to do that from the client point of view, i.e. which controls to use for next, prev page, etc..., how to raise event on the client when user clicks a grid column title without sorting the data bound data.
I am quite inexperienced in Silverlight and will appreciate any input.
Thank you,
Midav
I'd like to implement GridView, which would be similar to CustomPaging in ASP.Net, where all the paging and sorting is done on the server (if user's search returns 20,000 records you don't want to transfer all that to the client), in this scenario Paging GUI controls and the Grid on the client just raise events that tell the client to retrieve next page from the server or sort by certain field and actually sorting and next page retrieval will be done on the server. I am looking for an example on how to do that from the client point of view, i.e. which controls to use for next, prev page, etc..., how to raise event on the client when user clicks a grid column title without sorting the data bound data.
I am quite inexperienced in Silverlight and will appreciate any input.
Thank you,
Midav