In that example, the DataGrid shows how it can operate in multi-user mode. The "users" array property works together with the "currentUser" index property. When "users" is set, the current user may write row comments and additional columns such as "CreatedBy", "ModifiedBy" and "Collaborator" can be used. The 'CreatedBy' column displays the user information for the user who created the row. The 'ModifiedBy' displays the user information for the user who last edited the row. The 'Collaborator' column type can be used for setting a user(s) per row. That is useful when you want to assign tasks and the row data is a task. You can switch between different users by setting the "currentUser" property to an index from 0 to the count of users. The DataGrid's sorting, filtering, editing, searching, row header and add new row features are enabled.
Users