dhtmlxgrid select isn't working

Hi ,

I have two grids of three columns,
I am moving the rows from one grid to the other.

Problem:

  1. Moving the selected rows (say 5 rows) from gridA to gridB.
  2. The rows get added in the gridB
  3. I am unable to select the first row in GridB
  4. However all the other rows i am able to select.
  5. No events get triggered on selecting the first row of GridB

Am i missing something?

1 Like

When a grid is cleared and addRow is called, add the row id >0

That does the trick

Please, try to avoid adding the “0” id to the row.