Index: dojo-release-1.3.2-src/dojox/grid/Selection.js =================================================================== --- dojo-release-1.3.2-src.orig/dojox/grid/Selection.js 2010-02-26 14:25:09.000000000 +0530 +++ dojo-release-1.3.2-src/dojox/grid/Selection.js 2010-02-26 14:25:32.000000000 +0530 @@ -223,6 +223,7 @@ } if(inShiftKey){ this.selectRange(lastSelected, inIndex); + this.selectedIndex = lastSelected; }else if(inCtrlKey){ this.toggleSelect(inIndex); }else{