Note that there are some explanatory texts on larger screens.

plurals
  1. PODevExpress PivotGrid (Silverlight) : Popup Menus don't popup
    primarykey
    data
    text
    <p>We are using DevExpress Silverlight PivotGrid (11.2.7). The problem is that none of the popups work as one would expect.</p> <p>Here is the xaml code (note that all of these properties are True by default and don't need to be set)</p> <pre><code>&lt;dxpg:PivotGridControl x:Name="pivotGrid" ... data bindings ... IsFieldValuePopupMenuEnabled="True" IsHeaderMenuEnabled="True" IsHeaderAreaMenuEnabled="True" /&gt; </code></pre> <p>Once the host control for the grid is shown and the data is loaded right-clicking on any of the relevant areas doesn't bring either of the popups (there are 3).</p> <p>Strangely (or not so strangely) in the sample SL project provided by devex everything works as it should.</p> <p>The one (significant) difference between the sample app and our project is that we are using MEF and relevant .xaps are loaded dynamically based on which user logged in and some other stuff.</p> <p>We have tried a lot stuff to figure out what is wrong but haven't managed to find anything even remotely relevant. Here is what we have tried :</p> <ul> <li>Adding the pivotgrid to the host tabpage in codebehind after imports have been satisfied;</li> <li>Setting / resetting properties mentioned above after imports from codebehind;</li> <li>Adding the control to the startup page of the project before the MEF madness kicks in;</li> <li>We also tried to popup the menus manually by inheriting from the pivotgrid control, but that has not yielded much;</li> <li>Enabled RedrawRegions to make sure the popup is not popping 'under'. It's not;</li> </ul> <p>Any pointers or ideas would be greatly appreciated.</p> <p>Regards,</p> <p>Alex</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload