Is there a way to lock a radDiagramItem so the user won't be able to move it?
I've already disabled the item's dragging, but the user can still change the position through Ctrl+Arrow Keys.
2 Answers, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 02 Apr 2015, 07:58 AM
Hello MaurĂcio,
In order to stop the nudge operation (moving of the shapes through Ctrl+Arrow) you can subscribe for the diagram's PreviewKeyDown event and handle it if the shape should not be moved. Here is an example: