Chatra
Chatra

Reputation: 3139

Angular DevExtreme grid behavior

I am using this grid

I have a button(Yes) button outside the grid.

When I enter a value in the textbox and don't tab out and click on the button, the value I entered is showing as null.

If I enter a value, tab out and click Yes, I can see the value. But when I go back and change the value in the textbox and don't tab out, and click on the button, Old value is showing and it is not picking the new value.

How can I fix this behavior? and get the value in the textbox without tab out?

Upvotes: 0

Views: 284

Answers (1)

sai
sai

Reputation: 11

If you are using the cell editing mode this could be helpful check this support ticket. You need to manually save the grid using saveEditData() on button click

Upvotes: 1

Related Questions