I need to display rows in a listgrid that are created from rows retrieved from an SQL data source. In essence, the database rows contain 1 or more ListGrid rows of information (variable). I was able to generate the rows on the server side using a DMI routing and building a Map data set. However, the paging mechanism doesn't work because I return more rows than is specified in the startRow and endRow parameters. I there think I need to do the transformation on the client side. I am able to fetch the rows into the client but I am unsure on how to make the paging mechanism work since I fetch using the data source rather than the ListGrid and therefore don't have a ResultSet.
Any thoughts? Do I need to build my own resultSet?
Any thoughts? Do I need to build my own resultSet?
Comment