According to the online documentaion there is a Converter property on a Field in a XamDataGrid.
http://help.infragistics.com/Help/NetAdvantage/WPF/2007.2/CLR3.X/html/Infragistics3.Wpf.DataPresenter.v7.2~Infragistics.Windows.DataPresenter.Field~Converter.html
This property does not appear in the xaml when I attempt to use it. Am I doing something wrong? What I am trying to do is create a Y/N to True False so it can be used by a checkbox in my datagrid. I saw a couple examples that provided a new template with a checkbox inside it but I really dont want to use that approach unless I am forced too. Here is what I have so far. I just need a way to convert my 'Y' or 'N' value to check or uncheck the box.
Thanks
The Converter properties were actually added after the release of v7.2 in a hotfix (as well as part of the v8.1release).
hi all
i reinstalled it and i discovered the converter property does exist in version 8 volumne one but not in version 7 volumne 2
caroline
hi thats the exact same problem i have as well and i have the full version
I have the version Infragistics3.WPF.DataPresenter.v7.2
I can't see the property Converter on a Field and also I cant't acces at dp.FieldLayouts[0].Fields["FieldName"].Converter.
How can i solve the problem to display an image in a XamDataGrid?
Andrea
Could you attach some code so we can see what you have and what you're tyring to do with the converter?Thanks!-Tim