I am currently experiencing strange behavior while using the TextField in the XamDataGrid for WPF. On a multi-line text field, each blank line is automatically adding the first letter of the next non-blank line to each blank line.
So, text that should look like this:
Foo
(blank line)
Bar
Instead looks like this:
B
But the phantom "B"s are not being saved to the database. They only appear when the textbox is not selected. While selected, the letters do not appear.
Is this a known issue? Here is the code for the text field:
<igDP:TextField Name="TextValue" Label="Text" Width="450"
TextWrapping="Wrap"
AcceptsReturn="True"
AcceptsTab="True">
<igDP:Field.Settings>
<igDP:FieldSettings DataItemUpdateTrigger="OnCellValueChange"/>
</igDP:Field.Settings>
</igDP:TextField>
The 2017 V2 Service Release fixed the issue. Thank you.
Adam,
As 18.1.20181.82 is a more recent version than 17.2l20172.1000 it is likely that we have already fixed the issue. I recommend testing with the latest service release of 2017 Volume 2 which can be downloaded from the my keys and downloads page as this is likley resolved in the latest service release of 2017 Volume 2 as well.
Note that Andrew is out of the office today for the 4th of July and I am traveling without access to a Windows Machine so I wasn't able to confirm that the 2017 Volume 2 service release will address the issue.
Let us know if you have any questions with this matter.
I do not have that version of Infragistics. I am still using 2017.2. When I use my 17.2 DLLs with your project, I still see the exact same issue.
The complete version number is 17.2.20172.1000.
Hello Adam,
I have been investigating into this behavior that you are reporting with these "phantom B's" that are seeing, but at the moment, I cannot seem to reproduce the behavior you are seeing. I have attempted it with the structure of "Foo <blank> <blank> Bar" as well as with text that will wrap, but neither operation seems to reproduce this behavior on my end.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the DLL versions we are using. My test was performed using version 18.1.20181.82 in Infragistics for WPF 2018.1.
If the project does show the product feature working correctly, this indicates a possible problem in the code of your application. It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.
Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
Please let me know if you have any other questions or concerns on this matter.
XDGFirstLetterIssue.zip