I have an application where it contains a RadPane. When the user hover overs the pane, it opens up a RadGridView which contains a list. When the pane is pinned, user can click on the GridView and work with it. However when the pane is unpinned, Pane closes on clicking the RadGridView. The expectation is that, it should work exactly like the pinned RadPane.
Tried adding a CustomFlyoutBehavior which implements IFlyoutBehavior and tried working with OnPaneDeactivated, but the event is not getting hit when the RadPane closes on clicking the GridView.
Thanks in advance.
Tried adding a CustomFlyoutBehavior which implements IFlyoutBehavior and tried working with OnPaneDeactivated, but the event is not getting hit when the RadPane closes on clicking the GridView.
Thanks in advance.
I tried reproducing the mentioned behavior, however, on my end, when a RadPane that contains a RadGridView is unpinned, the pane does not hide when clicking in the RadGridView.
The following GIF shows the observed behavior on my end:
I have attached the sample project that I used to test this scenario. Could you see if I am missing something?