Hi.
I am using the scheduler in ResourceView mode and I am using an external add/edit custom RadWindow,
in the function AppointmentInserting(sender, eventArgs)
I need the Resource.ID. and Resource Text.
I have tried the following things without any luck:-
eventArgs.get_resource().key;
eventArgs.get_resource().key();
eventArgs.get_resource().get_key;
eventArgs.get_resource().get_key();
I am getting the following error:
'null' is null or not an object
Pls try to help me out as I am stuck up with this and can't proceed further.
Thanks,
Vassu
I am using the scheduler in ResourceView mode and I am using an external add/edit custom RadWindow,
in the function AppointmentInserting(sender, eventArgs)
I need the Resource.ID. and Resource Text.
I have tried the following things without any luck:-
eventArgs.get_resource().key;
eventArgs.get_resource().key();
eventArgs.get_resource().get_key;
eventArgs.get_resource().get_key();
I am getting the following error:
'null' is null or not an object
Pls try to help me out as I am stuck up with this and can't proceed further.
Thanks,
Vassu