Greetings,
We're using Ver 8. At present I am loading a listgrid using custom pagination (progressive loading) without backing it using a datasource. Before this approach, we were loading the entire resultset into the listgrid and used exportClientData to achieve the same. With pagination, this exportClientdata approach won’t work.
My question is, are there any other ways to export full resultset including list grid sort order and filter conditions, in this scenario?
Please let me know if you need more info or code.
Thanks!
We're using Ver 8. At present I am loading a listgrid using custom pagination (progressive loading) without backing it using a datasource. Before this approach, we were loading the entire resultset into the listgrid and used exportClientData to achieve the same. With pagination, this exportClientdata approach won’t work.
My question is, are there any other ways to export full resultset including list grid sort order and filter conditions, in this scenario?
Please let me know if you need more info or code.
Thanks!
Comment