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
600
How to get Extended Appointment properties from server to client?
posted

We would like to add custom properties to the Appointment class, and then allow the user to add/update them using a custom AddAppointmentDialog.

I've read how to add custom properties server-side:

"Extending Appointments and Resources" https://www.infragistics.com/help/aspnet/webschedule-extending-appointments-and-resources

But I cannot get these over to the client side. I've also read:

"How to add other standard control to appointment screen" https://www.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/36019/update-ultragrid#36019

but it is less than satisfactory. I'm not understanding why the the values from the server-side object aren't ported over to the oActivity object on the client side. Presumably the GetValue() / SetValue() with accompanying string ids make it very possible to add the custom attributes to the client activity object.

It's been a year since those articles were written. Anything new I have missed?

Thanks in advance,

-BillyB