Hello,
Let me go straight to your questions:
1. Do you want multiple selection? Please refer to the
Multiple Selection help article. Moreover, you can check the Selection online demo. The same example is available in your local copy of WPF demos.
2. Indeed, the MouseLeftButtonDown event will not be raised because GridView handles it internally. In order to use it you have to subscribe to it with
HandledEventsToo set to true. Please check the following code snippet for a reference:
Regards,
Yoan
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time.
Watch the videos and start improving your app based on facts, not hunches.