This is a migrated thread and some comments may be shown as answers.

Grid edit inline with problem

3 Answers 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 1
Juan asked on 03 May 2012, 04:41 PM
Hi, I have a grid with edition inline, with a problem.
When I edit a row, later save changes, it's working fine, but when I try edit the same row again, it gets an error, without none error message.
What can be happening?

3 Answers, 1 is accepted

Sort by
0
Igor
Top achievements
Rank 2
answered on 16 May 2012, 01:29 PM
Juan,please describe the steps to reproduce your problem
0
Juan
Top achievements
Rank 1
answered on 16 May 2012, 02:25 PM
Hi Igor.
I fix the problem using 
                        complete: function(jqXHR, textStatus) { .... }
in the update of the transport, relaoding data in the grid if textStatus is success.

This solution working fine, but I think that the grid object, perhaps, it has a bug.

The steps are like I say in post before:
1. Edit a row in grid.
2. Update changes.
3. Re-Edit the same row.
In this point the grid is locked.

Thanks you.
0
Igor
Top achievements
Rank 2
answered on 16 May 2012, 02:27 PM
Got it Juan!
Have a nice day ;)
Tags
Grid
Asked by
Juan
Top achievements
Rank 1
Answers by
Igor
Top achievements
Rank 2
Juan
Top achievements
Rank 1
Share this question
or