I have a xamgrid with two template columns (ComboBox and XamWebComboEditor) and a checkbox column. The CellEnteredEditingMode events fires for the checkbox column but not the template columns. Am I missing something? The Grid's editing settings (AllowEditing) is set to cell.
Hi,
In order for the Editing events to work, you need to put your editor in the EditorTemplate property of the TemplateColumn.
-SteveZ