deleteRow in split grid

Hello,

i use a grid in split mode and the dataprocessor

I’m trying to use the deleteRow function. It works fine when the row is already loaded but not correctly when i add a row and the delete it.

1. The row is loaded :
When i delete it, it becomes “line-through” (css style)
see attachement CASE1-rowalreadyloaded.GIF

2. I add the row and the delete it :
The row is correctly created but when i delete it, only the left part of the row is deleted
see attachement CASE2-rowaddedandthendeleted.GIF

When split is disabled, the delete works fine in both case.

Thanks for your help !
Mathieu.




What version of dhtmlxGrid and DataProcessor are you using? We cannot reproduce this issue at the latest version.

Hello

Here is the version :
dhtmlxTreeGrid v.2.5 Professional edition build 91111

dataprocessor (dhtmlxdataprocessor.js) mention the same version (//v.2.5 build 91111 at the beginning of the file)

Try to update your files. Most probably this issue was fixed at the latest version of dhtmlxGrid.

If issue still occurs please open ticket at support.dhtmlx.com/ and provide example of grid initialization where issue occurs