Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
290 views
in Technique[技术] by (71.8m points)

Telerik Control will not allow clicking inside google map

I am working on a WPF application in visual studio. We are utilizing telerik controls to manage the functionality of our UI, specifically, RadPane groups and RadPane controls. All of these RadPanes can be either pinned or unpinned based on the customers preference. When pinned, the RadPane is always visible on the UI, and when unpinned, the RadPane becomes a tab on the side of the UI that flies in and out when clicked.

One RadPane hosts a WebBrowser control that we use to display a Google map. When this specific radpane that holds the webbrowser is pinned, everything works as it should. While its pinned, the google map populates as it should, and all mapping controls are functional i.e. zoom in and out, moving the map around etc.

The issue is when this RadPane is unpinned and becomes a tab on the side of the UI. In the unpinned state, when we hover over the tab the map slides out fine and displays fine. However, any attempt at user interaction with the map results in the RadPane disappearing from the screen. Based on our analysis of the events we receive at this point, it appears that the pane is still active, just hidden (I.E. We do not get a close event)

We have tried multiple approaches to solve this by adding properties to our xaml file, as well as creating our own Flyout behavior to no avail. Any suggestions or help would be greatly appreciated.

question from:https://stackoverflow.com/questions/66065785/telerik-control-will-not-allow-clicking-inside-google-map

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...