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
8920
cell loosing focus
posted

have grid with combo editor in one column.  Currently use  editCellEnding event to update relevant data... but it is get fired only when leaving cell for another one.. 

But if form get closed ( apparently it is losing focus ) it is not get fired.. how to address this issue. I am on the version 14.1, please do not advise to update. Hopefully there is some general approach.

Thanks.

Parents
  • 1235
    posted

    Hello Michael,

    There is an event that is fired every time the value in the comboBox changes - selectionChanged. The function, that is to be fired on that event is described in the editorOptions of a column.

    I created a sample, illustrating how it is used.

    Feel free to contact me if you have further questions.

    Regards,
    Ivaylo Hubenov
    Entry-level developer

    igGridCombo.zip
Reply Children