Hi,
Sorry don't be more specific in the title but the problem is a little hard to define in a single line.
Let's try explain it. I have a grid with a textbox in its edit template, when the value of the textbox is changed a callback is triggered to the server to perform some actions.
At the end of the grid there is a button which also performs a callback which saves all values changed in the database.
The event in the textbox only fires when I move the focus out of it and my problem comes when I write something in the textbox and next click on the button, in this case, the textbox's callback is fired, but not the button's callback so the user thinks that
the button has been pressed when it is not and the data has not been saved into the database.
There are a way to detect that the button has been pressed before the first callback is triggered?
Go to the complete details ...