Hi,
I have a scenario that may be difficult to explain, but I'll try.
Basically I have created a Silverlight application that allows my company to log job requests and then view the currently open jobs in a RadGridView. Each open job has a combo box with each employees name, so you can select who the job is assigned to. This all works fine.
What I want to be able to do is assign jobs to multiple people. i.e. Assign a Job to John, Dean and Paul using a combo box filled with check boxes.
My issues with doing this are as follows
- How can I bind which check boxes are checked (i.e. Which employees are assigned)
- When using the grid filter, I want to be able to select an employee and see all their assigned jobs (Including ones they are dual assigned to).
All my data is stored within an SQL table.
Hope this makes sense.
Regards,
Drew
I have a scenario that may be difficult to explain, but I'll try.
Basically I have created a Silverlight application that allows my company to log job requests and then view the currently open jobs in a RadGridView. Each open job has a combo box with each employees name, so you can select who the job is assigned to. This all works fine.
What I want to be able to do is assign jobs to multiple people. i.e. Assign a Job to John, Dean and Paul using a combo box filled with check boxes.
My issues with doing this are as follows
- How can I bind which check boxes are checked (i.e. Which employees are assigned)
- When using the grid filter, I want to be able to select an employee and see all their assigned jobs (Including ones they are dual assigned to).
All my data is stored within an SQL table.
Hope this makes sense.
Regards,
Drew