That resolved the issue with the following caveat:
I had to set the style within the xamDataGrid xaml layout. Setting the style within my window's resources did not correct the problem with string fields in the grid. I'd consider the issue resolved. Thanks for the help.
Seth
Hello,
I have been looking into your issue and it appears I have found an easy resolution to your requirement. All I had to do is set the ValueToTextConverter property of the XamTextEditors and everything seems to work as you expected it to. Please look into the sample project I crated for you (WpfApplication2.zip) and let me know if I can be of any further assistance on the matter.
Looking forward to hearing from you.
Not sure why this was blank.
I have text fields in my XamDataGrid that are type XamTextEditor. When a field is populated then cleared, a Null is passed to the bound property. I don't want nulls passed for string values; I would like the blank string. What do I need to do to get this behavior?
Thanks.