Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1024
checkboxes in xamdatagrid
posted

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??

  • 69686
    posted

    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!