I am dynamically paging results from server into grid. I like the row headers, however, for each page, it starts from 1 again as the user pages the results.
Is there any way to set a “start” or seed number for the row header to count from? That way, as they are paging from 1 to 50 to 100 to 150, etc…the row header reflects returned number of rows.
Is there a work around for this? Thx