ScheduleClickEventArgs.Resource NULL on first line

Hi,

When you set the scheduler to horizontal mode and load some resources, and you implement this handler:

scheduler_ScheduleClicked(object sender, ScheduleClickEventArgs e)

Then e.Resource is NULL when clicking on the first resource line in the scheduler. All other lines are working correctly. Can someone confirm this as being a bug?

Thanks



2 Replies

UN Unknown Syncfusion Team December 17, 2008 01:27 PM UTC

I've further investigated, and it seems that this only occurs when you add resources programmatically, as I do, and when you start the UniqueID numbering at 1. I changed it to start at 0, and this fixed the issue.




SS Selvavinayagam S Syncfusion Team December 18, 2008 09:24 AM UTC

Hi Michel,

Thank you for using Syncfusion products.

we were able to reproduce the issue. This issue is suspected to be a defect and we have sent this to our development team for more analysis. Could you please create a new DirectTrac incident to get more details on this issue?

Please let us know if you have any further questions.

Regards,
Selva.


Loader.
Up arrow icon