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
2 votes
1 answer
1k views

How do I filter a dojo grid on an xpage?

How do we filter the dojo grid (extlib component) that gets its data from the REST service component? I have the grid loaded with data from the view correctly from the REST service component. I also ...
Anil's user avatar
  • 45