It would be useful to be able to bind commands to LeftMouseClick (using RadGridView.InputBindings). For example,
However, it appears that this is not supported, even when the fields are set to readonly.
If I change the above snippet to use MiddleClick, the command is fired.
Is this a bug or intended behaviour?
Many thanks,
Will Holley
<UI:RadGridView.InputBindings> |
<MouseBinding Command="{x:Static Entity:EntityCommands.EditCommand}" MouseAction="LeftDoubleClick"/> |
</UI:RadGridView.InputBindings> |
However, it appears that this is not supported, even when the fields are set to readonly.
If I change the above snippet to use MiddleClick, the command is fired.
Is this a bug or intended behaviour?
Many thanks,
Will Holley