I don’t think this is exposed in any way, but I’d like to be able to get access to the autoquery grid’s returned response result items.
Update: Looks like it is available at the ref.DataGrid.Items
Also, being able to hook into paging events.
I don’t think this is exposed in any way, but I’d like to be able to get access to the autoquery grid’s returned response result items.
Update: Looks like it is available at the ref.DataGrid.Items
Also, being able to hook into paging events.
I’ve made Results
and Total
public in the latest v6.5.1+ on MyGet.
There’s no paging events, paging just changes the URL which queries the modified Request which you can inspect like any other request in ConfigureQuery
.