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

Disabling select on right click in a GridView

1 Answer 214 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Marcel
Top achievements
Rank 1
Marcel asked on 28 Jul 2016, 10:05 AM

In the lastest version of the GridView, it is now "builtin" that when a user clicks with the right mouse button on a row, it is selected as if the user did a CTRL+Click. I am however not able to disable this behaviour.

We use a context menu on right click and do not want the selected state of a row to change once a user does this. We get a lot of negative feedback about this.

How do I disable this rightclick -> select row behaviour?

Thanks,

Marcel

1 Answer, 1 is accepted

Sort by
0
Marcel
Top achievements
Rank 1
answered on 29 Jul 2016, 07:55 AM

I have solved this issue, the example for a ContextMenu contained an "this.selecteditem = this.currentitem;" (or something similar) reference, which created an selection in the new version of the telerik latest release. The behaviour of selected item seems to have changed.

 

Thanks,

Marcel

 

Tags
GridView
Asked by
Marcel
Top achievements
Rank 1
Answers by
Marcel
Top achievements
Rank 1
Share this question
or