Is it possible to select grid rows using mouse click? I mean that if I click on row it will be select but other selected rows don't become unselected.
It should behave like left click with ctrl click on keyboard.
Second maybe related question: which event may override MouseLeftButtonUp or Down after click on row? If use MouseRightButtonUp it works fine but when use leftbutton event it doesn't work. I have there breakpoint and the program doesn't break.
It should behave like left click with ctrl click on keyboard.
Second maybe related question: which event may override MouseLeftButtonUp or Down after click on row? If use MouseRightButtonUp it works fine but when use leftbutton event it doesn't work. I have there breakpoint and the program doesn't break.