This question is locked. New answers and comments are not allowed.
Hello, I have an issue where i would like the GridView to only show a certain number of items in the grid per page. In my case I have a list of Parts and a list of Locations for each part. The order of the grouping is by Part / Location. The list of parts is pretty small (say 20), but the list of locations is quite large per part (say 1000) and I would ideally like to show only 30 or so locations under each part per page. Each corresponding page would show the same part with another 30 locations, and then move to the next part only after all 1000 locations were shown (~34 pages)
IfI set the page size to 20, currently it will show all 20 parts and all locations under each part on the first page because the outermost grouping is by part. Is there a way to achieve the paging behavior outlined above?
thanks,
david.
IfI set the page size to 20, currently it will show all 20 parts and all locations under each part on the first page because the outermost grouping is by part. Is there a way to achieve the paging behavior outlined above?
thanks,
david.