Skip to main content
15-Moonstone
May 8, 2021
Solved

advanced grid select all to delete

  • May 8, 2021
  • 1 reply
  • 2214 views

 hi there,

 

when i used advance grid to delete rows, Can I select all of them at once, instead of clicking on them one by one to select all of them? Thank you!

 

2021-05-08_14-01-58.png

Best answer by yhan

Hi @CZ_9645217,

 

Yes, it can be achieved:

  1. Refer to article CS321565 to know how to select all rows in an advanced grid
  2. Consider how to use all the selected row items as the input of the delete service

Thanks,

/Yoyo

1 reply

yhan17-PeridotAnswer
17-Peridot
May 8, 2021

Hi @CZ_9645217,

 

Yes, it can be achieved:

  1. Refer to article CS321565 to know how to select all rows in an advanced grid
  2. Consider how to use all the selected row items as the input of the delete service

Thanks,

/Yoyo

15-Moonstone
May 8, 2021

@yhan Thank you very much for your quick reply, this is a good solution.