Open GoogleCodeExporter opened 9 years ago
A few updates. The version that I was using was 1.3 when this happened. Now
I've retrieved version 2.3.1 from the source code of the examples and the
read_only class works if placed on the TD. On line 379 of version 2.3.1 it
shows this:
if (!$(this).hasClass(properties.sReadOnlyCellClass)) {
I changed that line to this:
if (!$(this).hasClass(properties.sReadOnlyCellClass) &&
!$(this).parents('tr').hasClass(properties.sReadOnlyCellClass)) {
And it will prevent the entire row from being edited if the tr has the class.
The newer version 2.3.1 works perfectly for me and I've done extensive testing
with it. Therefore, this issue can be changed to Fixed in the newest version if
you'd like.
Original comment by mali...@gmail.com
on 17 Apr 2012 at 4:30
Original issue reported on code.google.com by
mali...@gmail.com
on 16 Apr 2012 at 8:44