For many reasons i've been reporting to the forum, i had the only way to override some VWG javascript core functions as Events_ExecuteRaiseEvents() in some especific custom control, mainly for a AJAX server poll. All was working OK and i've already done the 80% of the web applicatioin.
Now i've updated to 5.83 VWG version cause i need the OnKeyDown behaviour , and i've saw that issues are solved on 5.83.
For my surpise i've noted that my AJAX server polling wasn't working and checking out the javascript code for the aplication i've seen that my overrided functions have been renamed . in example Events_ExecuteRaiseEvents1() , so now i'm using the standard one's from VWG when i need mines.
is there any way to avoid this renaiming or any workarround to get my web application working with the newer version?
I already can modify the functions on the original VWG javascript source Code, but we chose this way (overriding one) cause we will easily update to the newer versions of VWG without making any adaptation on our application code.
Please let me know some way to solve my situation.
many thanks.