Hi,
Is it possible to show values of a SQL Server 2014 table in schedulecontrol using a datatable? Without using model classes?
The table got the following fields
- ID
- Hall Name
- Booked By
- Booking Type
- Start Date
- End Date
- Notes
Can we show the bookings in the control just by calling a select statement and filling into a datatable and then assign the datatable to the control as datasource? I like to show the booking in the control in different colors based on the type column value. Possible? Please help me out here.