How to use Selected property in the Datagrid Component?

Prev Next

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. 


How to use a selected propertySample Image