Hello,
what is best replacement for UnboundField? I have an empty column als first column on all my XamDatagrids. They have no binding - just empfy and carry a button in the headerfield. That button is used to open a customized version of the grid settings.
Thanks
Niko
thanks - thats exacctly the needed piece of information.
Hello Niko,
Thank you for contacting. You are right , the UnboundField field type is now deprecated and you should refrain from using it. Instead you should use the new editor specific field types (or the common Field type) and set the new BindingType property to Unbound.
You can also have a look at these supporting document for the detail information.
www.infragistics.com/.../xamdatapresenter-add-unbound-fields-to-a-datapresenter-controlwww.infragistics.com/.../xamdatagrid-configuring-specific-editor-fields
Let me know if you have any question.