Hi all !
When using the search method on a REST service (viewJsonService), the grid is NOT sorted by the column I specify in the sortColumn property.
This is understandable since a FTSearch is performed, and up til now, sorting of FTSearch results has not been possible to control.
But, then in notes 8.5.3 we get the new FTSearchSorted (woohoo !) method which makes it possible to specify which column to sort the result by.
Question is then: Will the REST service (either one) honor this new FTSearchSorted method ? Will it now also be possible to have a dojo grid sorted by a specific column even when using the search method in the service ?
I really hope so :-) If not, is there any other way to have a dojo grid sorted by the desired column when doing a search ?
Is it possible to somehow do clientside sorting / filtering when using the extension library dojo services and grid ? (that is what I really want..)
Any information would be greatly appreciated :-) Thanks !
Best regards,
Petter Kjeilen