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
260
WebScheduleGenericDataProvider setting Style
posted

When I create my DataTable I don't seem to be able to set Style

appointmentsTable.Columns.Add(

 

"Style", typeof(Style

));

I otherwise love the implementation of GenericDataProvider and as my data comes in

through in a rich and complicated Domain model, it suits me.

Can I even use Appointment objects with the Datatable/set or ActivityDataSource?

Kind rgds,

Steve M