Hello,
I am sorry for my english.
"PQ Grid" is posting the data as follows when doing multi-processing.
(PQ-Post.jpg)
This is what happens when the answer is returning.
(PQ-response.jpg)
I am using "classic asp" and it is difficult to use "json" along with "classic asp".
My 1. Question:
When I post, can I post like with every line (Omer-Post.JPG)?
2.Question:
I have an area called " Response (Response) prkod ". If this field is returning 0 value, it means that the database operations are successful and it returns 0. (Omer-responseerror.jpg)
If there is an error in the database operations (for example, the credit limit is exceeded, the product is a lot of quantity, such as undefined product code, etc.) (Omer-responsesuccess.jpg)
Can I use the same "update function" , when the performing multiple operations?
if I can not understand the cause, please you must answer for me .
Pictures and Update Function:
https://yadi.sk/d/UzERJRR53J3ZRmThe statement that executes "update function".
,editorKeyDown : function( event, ui ) {
keyCode = event.keyCode;
//console.log(keyCode);
if (keyCode == 40 || keyCode == 38) {
update(ui.rowIndx, ui.colIndx,keyCode);
}
}