79336347

Date: 2025-01-07 14:38:56
Score: 0.5
Natty:
Report link

To anyone having this same issue, the answer is to set a background(it can be transparent) to the datagrid. That makes the flyout clickable and showable all over. Also, instead of using RowSTyle:

<Style TargetType="dataGridControl:DataGridRow">
      <Setter Property="dataGridControl:DataGridRow.ContextFlyout">

Use:

  <Style TargetType="dataGridControl:DataGrid">
         <Setter Property="dataGridControl:DataGrid.ContextFlyout">
             <Setter.Value>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: miniHessel