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
210
Can not update Cell data?
posted

Hi.

I have a question about updating cell value of Grid.

ex: oldValue = '1/1/2017'

I created an igDateEditor (outside of grid) can input new value into it.

ex: newValue = '2/2/2017'

After typed new value, I used method: 

$('#grid').igGridUpdating('setCellValue', rowKey, colKey, newValue)

And value of this cell (has rowKey and colKey) display is changed.

is displaying : '2/2/2017'

But when I double clicked into the cell, value (of igEditor) was old value ('1/1/2017').

How does value of this cell (in igEditor) update to newValue?

Thanks in advance