How to use Selected property in the Datagrid Component?
  • 30 Jan 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

How to use Selected property in the Datagrid Component?

  • Dark
    Light
  • PDF

Article Summary

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

 




Was this article helpful?

ESC

Eddy, a super-smart generative AI, opening up ways to have tailored queries and responses