Select element in CellList using SelectionModel or ListDataProvider
问题 I have used CellList for listing my data using ListDataProvider for managing the data and SelectionModel for selecting an element from CellList and generating events accordingly. Now when i update or delete element using cellList.getList().set(index, bean) or cellList.getList().remove() it sucessfully do the operation. But after that it automatically selects the first record in CellList which i do not want. Can anyone suggest how can i deselect the selected record in CellList? Below is the