Deleting a Row in the grid

I am unsure of how the deletion of the row happens, I have the adding of the row working when the user just inputs the information and hits save, but is there a delete button that we can display…
Thanks,
Jennifer

Hi,

Thank you for Considering Aspose.

Well, you can add delete button or any other custom command button using the CustomCommandButtons collection of the Grid. The Custom CommandButtons collection can be edited from the Grid Properties window. Also Row delete option is present in the default context manu. After selecting a row, right click to open the context menu and use DeleteRow option to delete the selected row.

Thank you & Best Regards,