Hello, I have a requirement where a user can click on already selected row to navigate to some other pages of my app. So, SelectedItem would only work the first time if there is no selection yet. I also would like to have the selected item highlighted but at the same time need to intercept a Click and proceed from there on.
I am trying to bind LeftClick mouse action to ICommand on my ViewModel using InputBinding however it seems something else is eating it before I can receive it. RightClick works.
Thanks,
Xoma
I am trying to bind LeftClick mouse action to ICommand on my ViewModel using InputBinding however it seems something else is eating it before I can receive it. RightClick works.
Thanks,
Xoma