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
Original issue reported on code.google.com by
srimanta...@gmail.com
on 10 Feb 2010 at 7:39