Hi,
in the xamFeatureBrowser for WPF DV, I am looling at the Sample "Drag Items From Data Grid", which is under "xamDataOrg"/ "Organization".
The problem is that when I use the mouse to drag the Employee from the datagrid it works.
I when I try to use it via touch screen it doesn't.
What is wrong with this sample??
Best regards,
Steven
Anyone from Infragistic has any idea on this?
I've been trying the WPF version.
In WPF you need to select a row first and after that dragging it.
Can you try if this works?
When I click on at the row it gets hightlighted. But dragging doesn't get activated.
Looks like Drag_Start does not get activated when I try to drag via Touch Screen.
Yes, more end user are using Touch screen monitors now, hence our product needs t cater for that too.
Ok. We should improve this sample. We actually didn’t check with touch screen our examples. We’ll try supporting touch screen in our samples as soon as possible.
Unfortunaltly this does not work for me. clicking and clicking again, or double clicking does not work.
One interesting thing is that when I try to drag in the vertical direction it activates the scrolling, when I use the touch screen.
But when I drag vertically using the mouse it works fine.
The thing I tried is click once to highlight a row and after that click again on this row and start dragging. This works on my environment. We should probably review this sample, so it shouldn’t be necessary clicking twice on a row to start dragging.