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
45
Adding row issue
posted

 

I have a grid whith two columns, the first is editable and the second is read-only
(i set the value of this column programatically using javascript). When the user
clicks enter in the first cell the focus moves to the second, wich is fine, but when
i type enter in this second cell, the row is not added, the grid just loses focus...
If i set this second cell to editable (allowUpdate set to 'yes") everything works
fine, but in my case i need it to be read-only (allowUpdate set to 'no") and the row
to be added. How can i do that?