Hello.
I'm currently using VS2019, Telerik version 2021.3.914.40.
When I Shift-click and then MouseDown on a row in radGridView,
the last clicked RowIndex is internally saved.
When I Shift + MouseDown, the last clicked RowIndex is set as the StartIndex, and the last clicked RowIndex is set as the EndIndex.
I'd like to reset this internal RowIndex, which is saved by the last click.
Since GridView.ClearSelection() doesn't handle this code, I've attached the relevant project. Please check.
