Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by DhtmlxEvaluator on Jul 13, 2008 03:44
open dhtmlx forum
Deleting row using dataProcessor problem

I doing delete on my grid. The dataProcessor is correctly sending data to my servlet and I'm returnung custom xml response. However
after coming back from the server the row is not removed from the grid though the data on it is striked-out or have horizontal line in the word. Is that how delete works on dataProcessor? I want it to be deleted completely from the table.

Answer posted by Support on Jul 14, 2008 03:22
Immideatly after calling grid.deleteRow  - the row in grid is striked-out, after data sent to server and confirmation received the row must be fully deleted from grid.
If row wasn't deleted it may be caused by
    - non unique row ID
    - incorrect server side response ( has incorrect action, sid or tid values )

If problem still occurs - please contact us directly at support@dhtmlx.com - we may provide a debug version of dataprocessor lib, which may help to locate the reason of problem.