When editing an appointment in the Scheduler control, I'm trying to get the resource to show what I'm pulling from the database. If I do this from the Design View it works fine. However, I'm trying to dynamically show resources based on certain conditions, so I have to create them on the fly.
I already have the Resources set from our database being created, but the value from the resource doesn't match up with what's in the database. For example, if the resource named "Letter" has values A, B, C and the value is B in the database, the resource will remain in the "Unselected" position.
Can you please tell me how to correctly set the value of the resource in the code behind file?
Thanks,
David
I already have the Resources set from our database being created, but the value from the resource doesn't match up with what's in the database. For example, if the resource named "Letter" has values A, B, C and the value is B in the database, the resource will remain in the "Unselected" position.
Can you please tell me how to correctly set the value of the resource in the code behind file?
Thanks,
David