Posted 15 Feb 2013 Link to this post
Border indicatorPresenter = row.ChildrenOfType<Border>().Where(b => b.Name ==
"PART_IndicatorPresenter"
).FirstOrDefault(); indicatorPresenter.MouseLeftButtonDown +=
new
MouseButtonEventHandler(indicatorPresenter_MouseLeftButtonDown);
May I ask you to share what your final goal is? Why do you need to get this border?
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Actually we have introduced such feature out-of-the-box with our current official release Q3 2012 SP1. All you need to do is set SelectionUnit property of the grid to be "Mixed". Does this solution work for you?
Posted 27 Feb 2013 Link to this post
Posted 01 Mar 2013 Link to this post