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
3305
CheckBox column "Checked" how to make that row select?
posted

when the checklbox in a checkbox column is checked or uncheked I have noticed that the active cell changed event does not fire and the row belonging to the cell with the check box does not "Select".

Is this a bug or is there a specific way to code for this.

keep in mind I need to retain the "single click" that the new V11.2 chec box column now offers.

and I do not want to use a template column.

thanks

Parents
No Data
Reply
  • 30945
    Offline posted

    Hello,

     

    I have been reading through your post and if I understand correctly you wish to select a row, when you click on a cell and you are using the SingleClick in order to enter edit mode. If so, you can set the CellClikAction of the EditingSetting of the XamGrid to SelectRow. I have created a sample application following your scenario.

     

    Please let me know if this is what you are looking for or I have misunderstood you in any way.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    CheckBoxColumn.zip
Children