Duplicate rows

When add new rows into my grid and refresh the page i see there are duplicates inserts. But when i enable the dataProcessor.enabledebug(true) the duplicate inserts are not happening. What could be the possible reasons for this starnge behaviour?

The problem can be caused by calling
    dp.sendData()
multiple times - in such case it will send info to server few times, which can cause in adding multiple rows instead of one ( in debug mode, the alerts slowdown process which can change problematic behavior )

If problem still occurs for you - please contact us directly at support@dhtmlx.com - we can provide latest version of dataprocessor, which must work correctly event in case of multiple data sending in same time.