rad_nq
24 Apr 2007, 12: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.