my xamdatagrid content is loaded dynamically at run time from db.
one of its columns is bool, ehich displayed int the gui as checkbox.
now, i want to add this checkbox an event so i could make a list, at run time, of those records which their checkbox is checked, and which aren't...
does anyone has any idea??
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.
You can create a style for the XamCheckEditor and use an EventSetter to subscribe for a specific event - like ValueChanged. This style you can apply at the Field.Settings.EditorStyle property.
Thank you!