Skip to main content

All Questions

Tagged with
1 vote
0 answers
80 views

XPages:How to set dojo grid item selected after XSP.partialRefreshPost

I am using Dojo EnhancedGrid and would like to set an item selected after calling XSP.partialRefreshPost or XSP.partialRefreshGet var store = dataGrid.store; index = grid.selection.selectedIndex;...
K.john's user avatar
  • 21
1 vote
1 answer
697 views

XPages - filtering documents with a Dojo Data Grid

I'm using a Dojo Data Grid and would like to filter the documents shown using the categoryFilter of the REST service which supplies the data to the Dojo Data Grid. The REST service gets it's data from ...
user avatar