Dear All,
I'm trying to save the contents of the data grid component, without selecting any specific row. I.e., I want the complete grid to be saved. Please let me know if any options.
Thanks and Regards,
Priya
Can you elaborate a bit on this use case?
Are you trying to save every row in the grid, regardless of whether it has been modified? That would be very inefficient, since you'd be updating many rows that have not changed.
What you can do instead is use the Send Dirty Rows button widget to generate a button that will allow you to save all changed rows, without worrying about whether they're selected or not.
You can view the documentation for that widget here: https://outsystemsui.outsystems.com/DataGridSample/GridComponents.aspx
Hi Andrew,