for example we have a class:
class Item
{
bool IsSelected {get;set;}
bool IsEnabled {get;set;}
string Name {ge;set;}
int Age {get;set;}
}
in the xamDataGrid we have a xamDataGrid with Layout:
<Field Name="Name"/>
<Field Name="Age"/>
<CheckBoxField Name="IsSelected" IsEnabled={Binding Path=?}/>
How to setup the binding?
Hello Ima,
Thank you for your post.
I have been looking into the functionality you are looking for. I can suggest you to take a look at the following forum thread, where similar question was discussed:
http://ko.infragistics.com/community/forums/t/97296.aspx
Please let me know if you require any further assistance regarding this matter.