Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
Updaing on igGrid not rendering edit/textbox
posted

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?