Title: editor column combobox events [Resolved] Post by: dies_felices on August 10, 2015, 01:08:00 PM Hi,
Please see: http://jsfiddle.net/3L4ej4dx/83/ This is clearly wrong. My objective is to swap the current value and selected values. Initially though, this question is dealing with how to capture the combobox select even from the editor. I also need to get the current index of the active row. I am missing something quite substantial as I'm finding it difficult to related the documentation for regular controls to datagrid editors, as with the combobox above. Title: Re: editor column combobox events Post by: jarry on August 11, 2015, 01:14:34 AM Please try this http://jsfiddle.net/3L4ej4dx/84/
Title: Re: editor column combobox events Post by: dies_felices on August 11, 2015, 08:27:28 AM Thanks!
That's awesome! |