Hi,
We're using Infragistics v10.3 for WPF 4. We've got a XamDataGrid with a DateTime column configured as below.
<igDP:Field Name="AmendDate" Label="Amendment Date" Converter="{StaticResource utcToLocalTimeConverter}"> <igDP:Field.Settings> <igDP:FieldSettings CellWidth="120" LabelWidth="120"> <igDP:FieldSettings.EditorStyle> <Style TargetType="{x:Type igEditors:XamDateTimeEditor}"> <Setter Property="Format" Value="dd-MMM-yyyy HH:mm:ss" /> </Style> </igDP:FieldSettings.EditorStyle> </igDP:FieldSettings> </igDP:Field.Settings> </igDP:Field>
The problem is that when we scroll down, the values don't show the time component. If we turn off the virtualization by setting RecordContainerGenerationMode="PreLoad", then we can see the correct format on all the rows. Any workaround?
Thanks.
Hello,
This sounds like an issue that was fixed recently, so I would recommend to start by downloading and testing the latest Service Release for NetAdvantage for WPF. Assuming you have registered your product key, you can find the link for download by clicking "My IG" on the Infragistics home page. Clicking the product key will display links in several categories, including Service Releases. Once you install the Service Release on your development machine, you can use our Version Utility to upgrade the project, or you can manually update the references, clear the bin directory and licenses file and rebuild.
Please let me know if this resolves the issue and if you have any further questions.
Thanks,
We've just tried version 11.1.2026 and it works.