Is there a way to have the select all checkbox in the header to select just the data on the current page?
I have it working now based on the example but it selects ALL, not just the current page.
research has lead me to grid0.View but that is still all the data, not the current page.
when debugging, grid0.View is 17 records (all my test data)
but grid0._view is the 4 records on the current page which is what I want, but even though it works in the immediate window, it can't be coded as it doesn't seem to be accessable?
I got this figured out, grid0.PagedView gives the current page, no help needed, I may share my final solution later