Is it possible to do crud operation in data grid by adding Icons
Hi Hema,
I'm sure you can, take a look at this link:
https://outsystemsui.outsystems.com/OutSystemsDataGridSample/AddRemoveRows
In that case they are not using icons but external buttons to the data grid to add or remove rows and save changes. Also you can download the samples application from the forge.
Hope this helps.
I appreciate your quick response. Your inputs were greatly helped.
I'm curious about, how to show the dropdown with loaded values instead of text area when adding rows in data grid. Is it possibleEg: Name dropdown.
Yes it is, check here in the samples:https://outsystemsui.outsystems.com/OutSystemsDataGridSample/DependentDropdowns
The widget is called DropdownColumn.