I can edit (inline mode) Grid by typing directly using keyboard but I cannot use javascript this is javascript( I using jquery) code:
$("#Quantity").val(12);
Quantity is ID of textbox which I want to edit in inline mode. I saw that value of this field changed but after click update button, the value isn't saved.
I think that Grid protect it and I don't have permission to interact from outside
Does someone knows any solutions for this situation?
Thanks