I have searched the knowledge base and Googled manually enabling and disabling a field (column) in the XamDataGrid. The items I found have not been very helpful.
I know there has to be a simple way of doing this without doing it in xaml.
My data is not static in regarding to the datasource and/or fields (columns). We have created a generic user interface that accepts different data sources and allows the user to edit the data. There are some columns of the data we disable the editing and we need a simple solution for doing this.
Any help will be greatly appreciated.
Thanks!
Durant
Thank you so much for your help!
That was exactly what I was looking for.
For some reason that just escaped me. :-)
HI durantpc,
Each Field has the ability to allow or prevent editing.
Off of the Field Property there is a Setting object that has an AllowEdit property.
Here is a Hellp link
http://help.infragistics.com/NetAdvantage/WPF/2010.3/CLR4.0/?page=InfragisticsWPF4.DataPresenter.v10.3~Infragistics.Windows.DataPresenter.FieldSettings_members.html
Sincerely, MattDeveloper Support Engineer