I am using NetAdvantage 2008 ToolKit from Infragistics. In one of the forma I am using WebdayView here I need to modify the Tooltip of Activity.
I searched the Infragistics Forum and came up with a lil solution i.e.
WebDayView1.AppointmentTooltipFormatString = "Time: <START_DATE_TIME>-<END_DATE_TIME><NEW_LINE>Subject: <SUBJECT><NEW_LINE>Description: <DESCRIPTION>";
but my scenario is bit different , I need to display a part of i.e substring of subject
Can anyone help me on this