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
Hello,
I am very glad that the suggested approach was helpful for you. Please let me know if you have any further question on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Sorry I was out on Vacation.
this is absolutely perfect!! exactly what I needed
thanks you!
happy New year
Nick
I am just checking if you require any further assistance on the matter.
I have modified the sample application that I have previously attached in order to select a Row, when a CheckBox clicked and the EditorDisplayBehavior is set to Always. In order to do that I have handled the Click event on the CheckBoxes in the CellControlAttached event and in the event I am selecting the Row that corresponds to the CheckBox.
If you have any further questions on the matter please do not hesitate to ask.
this does not work. One of the biggest complaints from our users has been that the check box control needs to be clicked twice. Setting the EditorDisplayBehavior="Always" gives us the "immediate" click response with a single click but turning this setting on breaks the example you attached. The row no longer selects on the checkbox being chekced or unchecked.