0
votes

I searched and found some solutions for this but none of them seemed very attractive.

When a view is paged, the previous selections in the column check boxes are lost.

Has anyone come up with an easy way to keep the previous selections.

This is a really annoying feature of viewpanels, any chance it will be fixed in the futur?

2
This sounds like a duplicate of this (which doesn't have an accepted answer): stackoverflow.com/questions/9513892/…Per Henrik Lausten
I am not sure if the IBM will give you an answer to your question on stackoverflow.com....Sven Hasselbach

2 Answers

3
votes

See http://hasselba.ch/blog/?p=1062 for an xSnippet that will do what you re asking for

-2
votes

var viewPanel = getComponent("viewPanel2");

viewPanel.getSelectedIds().toString();

It wil return the NotesID of the selected Documents.