How to use Selected property in the Datagrid Component?
- 30 Jan 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
How to use Selected property in the Datagrid Component?
- Updated on 30 Jan 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
To effectively use the Selected property, the user can do the following:
- Create an additional column: eg: "Flag" in the table variable that is mapped to the Datagrid
- This Flag column will hold values 0 or 1
- Map the 'Selected' property to the Flag column
- If a row in the datagrid table is selected the value of flag automatically becomes 1 else 0
Now the selected rows can be used for data manipulations as required by the usecase.
Was this article helpful?