Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
675
Trouble Binding ListScheduleDataConnector.ResourceItemsSource to a DataTable
posted

I'm using a DataTable filled from a SQLServer database to hold my Resource Items.

After setting the ListScheduleDataConnector.ResourceItemsSource to this DataTable,

and setting the Property Mappings like this:

ListScheduleDataConnector.ResourcePropertyMappings = new ResourcePropertyMappingCollection();
ListScheduleDataConnector.ResourcePropertyMappings.UseDefaultMappings = true;

the Schedule Control shows this error:

Error Details:
1) Application configuration error. The functionality is not supported.
Error Details:
The following property mappings are missing for Resource items:
Id

My table does however, include a Primary Key field called Id.

I'm also having a similar problem with binding the ResourceCalendarItemsSource and the AppointmentItemsSource to DataTables.

Does the ListScheduleDataConnector not support binding to DataTables?

Parents
No Data
Reply
  • 30945
    Offline posted

    Hello,

     

    Thank you for your post. I have logged this behavior with our developers in our tracking system, with an issue ID of 122660.  I have also created a support ticket on your behalf with number CAS-100782-C8K0P5 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics, Inc.

    www.infragistics.com/support

Children