I want to Assign a value to multiple rows using multi select button.
the case is i want to assign a person for multiple tasks, it’s to hard to update tasks one by the one and assign.
also this person should be chosen from Enum list. how can i do that?
Before I get to any detailed answer, I’m curious about something:
You said the person would be selected from an enumlist??? The list?? Not the regular Enum?
- Enum - only select one
- Enumlist - select multiple
If you’re wanting to assign tasks to an employee, are you wanting the ability to assign a task to multiple employees this way?
So for example:
On the individual task level, there would be a dropdown where you could select any number of people - right?
Or should a task only be assigned to a single person?
Hello,
sorry for inconvenience it was written by mistake. it’s Enum not Enumist.
what i want to do is to select multiple tasks ( rows ) from the table and assign one person to these tasks. this person should be chosen by a user from Enum.
maybe the scenario like that : Choose multiple tasks => hit a button or whatever to assign => enum pop up to choose who to assign to from a list => once a person chosen and hit assign all tasks assigned to this person. i hope it’s more clear now.