Hi
I have a checked listbox control and which has a multiselection feature.
I'm unable to bind the control to a property inside the grid. Can you suggest the way to bind an unbound field to a property. I guess the List Itemsource needs to be binded and the Content of the checkbox need to be binded. I have exposed name and the Ischecked fields in the Data
Can you provide a sample on the same.
}">
="Template">
>
="Auto"
="Center">
}"/>
<igDP:UnboundField Name="ValueList" >
<igDP:UnboundField.Settings>
<igDP:FieldSettings
CellValuePresenterStyle="{StaticResource ValueCellStyle}"/>
</igDP:UnboundField.Settings>
</igDP:UnboundField>
This style is applied on the unboundfield but it doesn't show anything.
Binding fails for some reason on grid. Please provide some help on the same
Hello,
I apologize that this post was not answered sooner. We are making the effort to ensure all posts are addressed by an Infragistics expert.
There is an example on how to use a CheckBox in an Unbound Field in the WPF NetAdvantage Feature Browser sample. Look in the XamDataGrid Control Composition section.
Thank you,