I just tried, and it fails the same way, so I started to look for the error and finally I found it.. it's mine
I'm very sorry to make you lose your time. My problem was in the editRow function. It has one parameter for the editurl, and I was passing there the same value all the time.
By the way, when trying the 3.6RC I got a new error (“val is null”) and had to change line 587 of grid.common.js to:
if (val == null || val.match(/^s+$/) || val == "")
Author
Replies
Viewing 4 replies - 1 through 4 (of 4 total)
The forum ‘Bugs’ is closed to new topics and replies.