I have implemented my own double click behavior with the time bar, but every time I double click, the selection gets changed as well. Is there a way to disable this selection change on double click?
Eric
1 Answer, 1 is accepted
0
Tsvetie
Telerik team
answered on 19 Jul 2012, 11:55 AM
Hi Eric,
You can modify the SelectionRange Style and ItemControl Style and remove the MouseBindings with MouseAction="LeftDoubleClick". Please refer to our online documentation for additional information on implicit styles.