PDA

View Full Version : DefaultSelectionModel.selectRowsById() wrong documentation ?


schmidetzki
11-02-2006, 04:53 PM
The documentation says:
selectRowsById(<String> id, <Boolean> keepExisting)

This however seems not to work, if I use a String instead of an Array:
selectRowsById(myid) selects nothing. But selectRowsById([id]) works fine and selects my row.

jack.slocum
11-02-2006, 05:12 PM
Take peak about 4 topics below this one, it has been fixed.