Can I use more than one column as a DataKeyField( like how we can use more than one column as a DataKeyNames for the gridview)?
I need to show each appointment in a different color based on the appointment status. This appoint status is one of the column in the datatable.
I am thinking to change the background color of the appointment from the RadScheduler1_AppointmentDataBound event based on the staus using CSS.