Hello,
I need to make one field's AllowEdit property dependent on the value of another field. I have the following sample code, but it doesn't work. Could any one point out how to make this work?
Thanks.
<
igDP:Field Name="EnableEdit" Label="Enable Edit>
igDP:Field.Settings>
</
igDP:Field>
igDP:Field Name="ProjectName" Label="Project Name">
Does any one have solutions about my previous question?
Did you resolve the issue by binding the AllowEdit to a property from the datacontext rather binding to the DataItem? Let us know if you have any further questions.
Thank you for your reply. I have made my code working by following the sample link you provided.