Hi! I want to add f.a. "resourcetype" to a resource. And then, i want to read this attribute when the user drop an event, f.a. in the method "onEventMove". Is this possible? THANKS!!! Daniel
Answered: In BeforeEventRender event handler, you can reach the original data item using e.DataItem property: e.DataItem["field1"] // field1 e.DataItem.Source // the original object e.DataItem is accessible au...