Devexpress Grid Update Datasource

Hello, I'm using a GridControl with some assigned Data Editors (like PopupColorEditSettings, CheckEdit.) How can I update my DataSource at once, after I make some changes inside a DataEditor. Currently I have to click outside the current Data Editor.

Should you choose another data source later, previously created columns will remain and you'll need to update them manually. To do so, launch the Data Grid Designer, switch to the 'Columns' tab and click the 'Retrieve Fields' button.

After this, the new content is moved to the DataSource. But what I want to have is, that the DataSource is updated during I'm inside the DataEditor. This means, if I click a CheckEdit Box (in a GridControl), I will see the changes immediatly in the DataSource, because I have to reflect the changes somewhere else. Jab tak hai jaan full movie free download mobile mp4. And I will not wait until the DataEditor is closed, or the focus is moved to another cell.

I have a DevExpress' XtraGrid which is bound to a collection of objects. I want changes to get into the underlying datasource immediately on change.

But the default DevExpress behavior is to put new values into the datasource only when the user has left the cell. So by default when the user types 'Hello world' into a cell, the datasource will receive the whole sentence in one go. But I want it to receive 'H', 'He', 'Hel' and so on. I tried to call PostEditor() in CellValueChanging event handler but it didn't help. Any other ideas?