if I set SelectionMode to "Extended" and EditTriggers to "CellEdit" and afterwards I select two rows and start to edit a cell in one of the two selected rows, the selection is not reduced to the edited row. Bug?
By design selecting multiple items and then starting to edit one of them does not clear the other selected items. However, if you need such a functionality, you can easily implement it by using the BeginningEdit event as follows:
I attached a sample project that demonstrates the suggested approach.
I hope this helps.
Regards,
Boris
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.