PDA

View Full Version : [2.2][DUP] grid.getSelectionModel() bug



devil1591
21 Aug 2008, 2:24 AM
Hi there,
since I'm using ExtJs 2.2 my code
grid.getSelectionModel().selectAll() and
grid.getSelectionModel().selectRow(0, true); doesn't work anymore...
If I revert ExtJs to 2.1 everything is working back well.

OS : Windows XP SP3 32 bits
Browser : Firefox 3.0.1

Condor
21 Aug 2008, 2:39 AM
Duplicate of this post (http://extjs.com/forum/showthread.php?t=44062).

ps. The simplest workaround is to set deferRowRender:false in the grid config.

devil1591
21 Aug 2008, 11:45 PM
Sorry for the duplicate post, it wasn't able to find it with the search tool...
Thanks for this quick "fix" !