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
235
CellChange and the value property
posted

Hi,

I have a grid cell with an ultracombo set as the editor of that cell. If I use the ultracombo to select a different value, the CellChange event fires as expected. But when I inspect the value of the cell in the event handler, it's still set to the old value. I tried using the value of the editorcontrol but that throws an error because it's not in editmode by default.

How can I force the cell's value to always be in sync with the editorcontrol's value? I guess it has something to do with the editorcontrol not refreshing the cell's value untill it loses focus or something like that, but that kind of makes the CellChange event a bit hard to handle.