Hi Dave.
Today I use the viewJsonService with a dojo grid to display documents from an underlaying notes view.
When displaying ALL the documents from the view, I'm able to sort the columns in the dojo grid which has sorting enabled in the underlying notes view + the grid is initially sorted by the column I specify in sortColumn.
But, if I want to get a selection of documents from this notes view, I do this by using the search method on the viewJsonService.
The dojo grid now displays the correct documents according to the query, but the grid is NOT sorted by the column specified in the sortColumn and it's not possible to sort the columns by clicking on the column headers.
I assume this is because the search method on the service does a FTSearch on the underlying notes view.
As you know, in notes 8.5.3, the notesview class has a new method, FTSearchSorted.
To sum it up. I would like to be able to sort the viewJsonService store/ sort the dojo grid when doing a search.
This could also be done by making clientside sorting possible on the dojo grid.
Thanks !
regards,
Petter Kjeilen