This is a migrated thread and some comments may be shown as answers.

grid view multi select with mouse and keyboard

1 Answer 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Brian Wilkinson
Top achievements
Rank 1
Brian Wilkinson asked on 17 Jan 2012, 12:05 AM
I'm working on a application with a master grid and details form. When you alter data in the details form it goes dirty, and then if you click in the master grid in a different row you get a dialogue asking if you want to save your changes. When doing this with multiselect using the mouse on the shift / control key the dialogue pop up to ask the question do you want to save, hence the grid looses focus. After the async callback from the dialogue the grid is out of sync with whether the shift / control key is pressed or not, and moving the mouse over the grid gives some funny results. Is there anyway to prevent this from happening, the only way I can prevent it at the moment is to set usercanselect to false when the use wants to edit data in the details form. I would like a solution that does not disable changing the selection in the master grid. Thanks for any help, Brian

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 18 Jan 2012, 05:30 PM
Hello Brian,

Based on the information provided, I get the impression that you have hit a known issue in Silverlight that the mouse event is not released. Since RadGridView is based on this platform, it performs the same behavior.
And actually, you hit the recommended solution for this case. 

All the best,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Brian Wilkinson
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or