Just trying to edit a row on an igGrid, I've added the Updating feature, but when i click the row, nothing happens. If I create a bool value and set rendercheckboxes to true, it will allow me to edit these when Updating is enabled. I can also add and delete rows, i just cant edit the data in the rows.
here is my code
http://pastebin.com/z1wx0cZw
Just to be clear, the hidden property of the error column is always true or false.
Thanks
p.s. Further, when i use a column template, to put the value inside and textbox when the grid renders (template: '<input type="text" value="${ActQty}"/>'), i cannot click on the textbox, and when i force focus with JS, i cannot edit the contents of the box. Any ideas?
Hello Shaun,
I used your code to make a small sample, but I could not reproduce the issue. Can you tell me which build version you are using?
I am attaching the sample for your reference. Please try to modify it to reproduce the issue, then upload it here again.
Thanks.
Hi,
I'm just checking if you still need assistance with the matter.