This question is locked. New answers and comments are not allowed.
Hi there.
I think I found a new bug in the grid control.
When the grid is ajax bound and editable, if you set some of the columns to .ReadOnly(true) and click on "edit", those columns remain indeed uneditable, but if you "cancel" the values for the readonly columns are lost and their columns show blank. This gets fixed when you edit and update or insert a new row, simply because that actions rebind the grid.
Is that a bug? or is there any workaround?
Thanks!!
Keep it up guys