You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directly after it is created. Something like a "onAfterSend" event.
Knowing by which operation it was created is also necessary for this project. Since I want to process them only, if it was created by a load operation.
Is there a way that you (or me by a pull request?) can add this?
Sincerely,
Kai
The text was updated successfully, but these errors were encountered:
Actually we are using it in an angular app without jQuery.
Even though, I wouldn't know the actual load operation. Whether it's "load", "update", "insert" or "delete"
Hello DevExpress,
for a project I need to have access to the generated xhr object.
I'm talking about the response from this call:
DevExtreme.AspNet.Data/js/dx.aspnet.data.js
Line 67 in c8e044f
Directly after it is created. Something like a "onAfterSend" event.
Knowing by which operation it was created is also necessary for this project. Since I want to process them only, if it was created by a load operation.
Is there a way that you (or me by a pull request?) can add this?
Sincerely,
Kai
The text was updated successfully, but these errors were encountered: