DatasourceID return as string vaule

Asked by Samir
12 years ago.

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!

No reply yet.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.