Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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. Thanks.
I think you are forgetting to carry the row index in your params block for the Value you assign to match to delete on.
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.