Hi,
I have data displayed in the xamdatagrid but all the fields are in edit mode.I want only one particular field to be in edit mode.Can you please help me?
Regards,
Shiffy
Hello,
I apologize this post has not yet been answered.
You can specify if a field is editable or not by setting the FieldSettings AllowEdit property. If you look in the FeatureBrowser sample which gets installed with a shortcut in the Start menu, there are several examples that show the different ways to setup FieldSettings for the entire Grid and for each Field.
Thank you,