Author Topic: "deleteRow" deletes two rows from the grid  (Read 2535 times)

coowoo

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 1
    • View Profile
"deleteRow" deletes two rows from the grid
« on: July 22, 2014, 09:02:50 am »
Hi ,

I am facing one issue in my param query grid:

"deleteRow" deletes two rows from the grid when numberCell is "{ show: true}".

I am using the code example "Batch editing"


So please give some solution to how to resolve the above issue.


Thanks

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6264
    • View Profile
Re: "deleteRow" deletes two rows from the grid
« Reply #1 on: July 22, 2014, 11:51:02 am »
Confirmed an issue with deleteRow when used along with effect: true and virtualX: false.

Currently the workaround is not to use {effect: true } with deleteRow function.