I have two classes that look like this:
class TBARule
{
public Rule_Core Rule_Core {get; set;}
}
class Rule_Core
public string RULE_NAME {get; set}
I have a XamDataGrid that binds to a list of TBARule.
In that grid, I need to bind a text box to the property TBARule.Rule_Core.RULE_NAME.
I tried making a property on TBARule with a getter that returned Rule_Core.RULE_NAME but that does not work.
I also tried setting the datacontext of the textbox to the Rule_Core property and binding to RULE_NAME as shown below. It does not work:
<code>
<
="3*">
>
="False">
}">
="Transparent"/>
</code>
Thanks for any help!!
Sam
Hello Sam,
Thank you for your post. I have been looking into it and I created a sample project for you using the Data you have, but instead of Field used UnboundField, because it is used when you have a complex property. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.