Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Erroneous bar in grid
posted

Hello, I have an issue wherein at certain times, a small horizontal "bar" will appear in the grid cell upon a right click.

I've included a pic. of this occurence.

The white bar has a smaller black shadow behind it.  Here is a snippet of the code where the issue occurs:

<CCH_CommonUIFramework_Controls:PFXDataGrid.FieldLayouts>
    <igDP:FieldLayout>
     <igDP:FieldLayout.Fields>

      <igDP:Field Name="ReportName" Label="Report" Column="0" Row="0" >
       <!--<igDP:Field.Label>
        <CCH_CommonUIFramework_Controls:PFXTextBlock Margin="0,0,0,0" HorizontalAlignment="Left" Width="300">
         <Run Text="Report"/>
        </CCH_CommonUIFramework_Controls:PFXTextBlock>
       </igDP:Field.Label>-->
       <igDP:Field.Settings>
        <igDP:FieldSettings CellValuePresenterStyle="{DynamicResource PfxDataGridTextFieldCell}" LabelTextAlignment="Left" CellMinWidth="300" CellMaxWidth="400" CellWidth="350"  LabelWidth="300" />
       </igDP:Field.Settings>
      </igDP:Field> 

 

 

 

Parents Reply Children
No Data