Skip to main content
1-Visitor
March 21, 2019
Question

grid advanced 4.1

  • March 21, 2019
  • 1 reply
  • 969 views

Hi,

I am using grid advanced v4.1 and I wanted to multi select and delete the grid rows. I have written a service to perform this but it isn't working. Please provide me idea to achieve this. I have given the default infotable datashape to the service which is the grid's datashape.Delete1.pngDelete2.png Thanks.

1 reply

22-Sapphire I
March 22, 2019

I think you are forgetting to carry the row index in your params block for the Value you assign to match to delete on.

1-Visitor
March 26, 2019

Hi @PaiChung,

 

Also Should I be creating a data table for delete snippet? Because i have been calling the delete service so I think I am not getting the desired output.