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>
Hello,
From the screenshot I cannot really say what this is. The xaml code snippet that you have provided does not show any specific reason for this to happend. However, an empty ToolTip looks something like this.
If you have not set any tooltip, please provide more information on any styles for the XamDataGrid or the nested elements or a sample project that reproduces the problem.
Here is the entire code for the grid. We style the XamDataGrid as you can see, but I don't think any of our styling should affect functionality, to my knowledge nothing has been altered besides a few small "look and feel" type additions. Obviously I'm not 100% sure, any advice or options you can provide would be great. Thank you!!
<
="2">
>
/>
="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>-->
="300" />
}">
="50"/>
="Date/Time">
="Default"/>
<!-- To Disable Sorting -->
<!-- COURTESY : http://help.infragistics.com/Help/NetAdvantage/WPF/2007.2/CLR3.X/html/xamDataGrid_Disabling_Sorting_in_the_xamDataGrid.html -->
="Nothing" />
In this code snippet, I cannot see any reason for this to happen as well. Does this occur only on the selected record or just the first one?
If the problem still occurs, please contact the Developer Support Group with a sample that reproduces this issue so that we can look into it.