Basically i used they following code to get the string in the cell field
EventInfo ei = DayPilotCalendar1.SelectedEvents[0];
string evnt = ei.Text;
But i would like to get the DatasourceID of the field instead of the DataTextField within it
Is there a way of doing so?
Thanks very much!