Fire Update on AfterExitEditMode

1 reply. Last post: April 27, 2010 3:35 AM by Andi Santoso
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Hi,

I have a flat grid with a dropdown column that happens to be the only editable cell in the grid. Given that scenario, would it be possible to fire the update event when that cell value changes? (As opposed to having to wait for the row to lose focus or the context menu event).

I was thinking of using the OnAfterExitEditMode event and a piece of JS like this:

function forceUpdate(controlId, tblName, editObject) {
        var webGrid = ISGetObject(controlId);
        webGrid.GetSelectedObject().ToRowObject().Update();               
    }

But that only changes the clientside value. Is this possible?

All times are GMT -5. The time now is 9:25 PM.
Previous Next