Author Topic: addRow - selection disappears  (Read 1656 times)

Sivakumar

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 32
    • View Profile
addRow - selection disappears
« on: May 27, 2020, 04:00:36 pm »
Hi Paramvir,

I am trying to add a new row at the topmost row of the grid by using addRow.
However, the first time on clicking the add button, the selection seems to disappear on the newly added row. It performs well on second time click on add button on toolbar.

Please refer to the jsfiddle url below:
https://jsfiddle.net/rkoj9cmu/

Let me know if any additional information is required.
Thanks in advance!


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: addRow - selection disappears
« Reply #1 on: May 27, 2020, 09:14:04 pm »
This is fixed in upcoming version.

For now it can be fixed by adding autoRow: false

https://jsfiddle.net/b1xsw852/
« Last Edit: May 28, 2020, 09:13:55 am by paramvir »