This question is locked. New answers and comments are not allowed.
Hi,
I need to display a SqlAppointment (as in a record in the table used for a RadScheduleView) and its SqlResources in a RadGridView, but only SqlResources of a particular type.
I need to show the Name and Start date of the appointment, and then in a GridViewComboBoxColumn I need to show all of the SqlAppointment's SqlResources that have the "Staff" type. Is there a way I can do this using just the properties of the GridViewComboBoxColumn? I expect that the need to filter the resources by the "Staff" type will be a complication, but any advice on how to proceed would be appreciated.
Thanks,
Aaron
I need to display a SqlAppointment (as in a record in the table used for a RadScheduleView) and its SqlResources in a RadGridView, but only SqlResources of a particular type.
I need to show the Name and Start date of the appointment, and then in a GridViewComboBoxColumn I need to show all of the SqlAppointment's SqlResources that have the "Staff" type. Is there a way I can do this using just the properties of the GridViewComboBoxColumn? I expect that the need to filter the resources by the "Staff" type will be a complication, but any advice on how to proceed would be appreciated.
Thanks,
Aaron