This question is locked. New answers and comments are not allowed.
Hello, first of all I'm using version 2011.2.914.
The issue is when you have a grid (I have it with InCell edit mode so I have not tested the other modes) which has the operationmode set to client, and you have a delete command column. The delete process is working if the item did exist previously (if you're editing it) but if it is a new item (by clicking the add button) and you try to delete this one it throws an exception in a javascript function (the id function, data and value are undefined).
But if you don't set the operationmode to client it works perfectly.
I don't know if it has been fixed already if so I'm sorry, but if it is not fixed yet, how may I fix this issue?
The issue is when you have a grid (I have it with InCell edit mode so I have not tested the other modes) which has the operationmode set to client, and you have a delete command column. The delete process is working if the item did exist previously (if you're editing it) but if it is a new item (by clicking the add button) and you try to delete this one it throws an exception in a javascript function (the id function, data and value are undefined).
But if you don't set the operationmode to client it works perfectly.
I don't know if it has been fixed already if so I'm sorry, but if it is not fixed yet, how may I fix this issue?