rad_nq
04-24-2007, 04:54 PM
It seems that Ext.tree.MultiSelectionModel does not yet implement selectNext(), selectPrevious(). As a result when you try to use the arrow keys you get exceptions.
To work around this I ended up patching it temporarily by copying and pasting the method from DefaultSelectionModel.
To work around this I ended up patching it temporarily by copying and pasting the method from DefaultSelectionModel.