If I need to update all records in a ListGrid, but all of the data hasn't been loaded from the server because it's paged, is there a simple way to do this with the ds.xml?
My first thought is all of the records would have to be loaded from the server, then iterate through them. My other thought would be to do this server side. Or is there a simpler solution?
My first thought is all of the records would have to be loaded from the server, then iterate through them. My other thought would be to do this server side. Or is there a simpler solution?
Comment