I am using Infragistics 17.1.
When I place an UltraGrid whose CellClickAction is set to CellSelect on an UltraZoomPanel the Ctrl+Click functionality no longer selects the clicked on cell. I need to click the cell a 2nd time.
If I set the ZoomPanel's ZoomProperties.InterceptedMessages = None, the Crtl+Click works as expected however I lose the ability to Crtl+Mouse Wheel to zoom in/out of the grid.
Please advise.
Hello Anthony,
Thank you for posting to our forum.
I am able to reproduce the behavior for UltraGrid CellClick event.
I have submitted this development issue for further investigation (250120) and made this case private where I will provide you further information.
Please let me know if I can provide you further assistance.
Hi,
I am using Infragistics version 19.1. I am using Ultragrid within UltraZoomPanel.
My grid allows multiple rows selection and was working fine before implementing UltraZoomPanel. Now Ctrl + Click functionality needs multiple clicks to select an additional row.
It works fine when I use
this.pnlOrderSelector.ZoomProperties.InterceptedMessages = Infragistics.Win.Misc.ZoomPanelMessages.MouseWheelZoom;
However then mouse panning doesn't work.
Can you please help me with this.
Best Regards,
Prerna