sjivan / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

grid.getSelectionModel().selectRow(rowIndex); is not performing as expected. #519

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1>I have grid which has multiple rows.
2>i want that user can only select  one row at time from that list.
so i use this code   

grid.getSelectionModel().selectRow(rowIndex);//this is used to select wher 
rowid=rowindex

3>It is working fine with mouse(I can select only one row at a time ).But 
for Keyboard it is not working fine(I can chose multiple rows using 
shift+Arrow key )which it should not hapeen
4)The grid is returning only one row as expected.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by srimanta...@gmail.com on 10 Feb 2010 at 7:39