Hello,
I have a working web app with the Radscheduler on a page. I am binding the scheduler to a dataset, and have set the datasource properties correctly
I have a working web app with the Radscheduler on a page. I am binding the scheduler to a dataset, and have set the datasource properties correctly
rsDefault.DataSource = myDs
rsDefault.DataKeyField = "EventID"
rsDefault.DataStartField = "StartDate"
rsDefault.DataSubjectField = "ShortTitle"
rsDefault.DataEndField = "EndDate"
the Tooltip on the scheduler is displaying the ShortTitle field just fine. However the user would like the tooltip to contain the text from the FullTitle field and keep the ShortTitle field displaying on the scheduler.
It would be great if there was a DataToolTipField method in the scheduler.
Can I change this behaviour in the Databinding event of the scheduler?
Thanks
G