﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - Scheduler Tool Tip</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Scheduler-Tool-Tip/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Scheduler Tool Tip</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Scheduler-Tool-Tip/</link><pubDate>Sun, 11 May 2014 23:26:25 GMT</pubDate><dc:creator>xiaoyuandlg</dc:creator><category>Web scheduler event tolltip</category><description>&lt;p&gt;&lt;span style="color: rgb(22, 95, 167);"&gt;This topic helped me a lot on solving my similar question with the &lt;a style="text-decoration: none;" href="http://www.kettic.com/winforms_ui/scheduler.shtml" target="_blank"&gt;scheduler control&lt;/a&gt;. The &lt;a style="text-decoration: none;" href="http://www.kettic.com/winforms_ui/csharp_guide/scheduler_appointment_dialog_tooltip.shtml" target="_blank"&gt;scheduler tool tip&lt;/a&gt; is something that I am quite unfamiliar with. I perceive that I got to know a lot from this thread.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Scheduler Tool Tip</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Scheduler-Tool-Tip/</link><pubDate>Wed, 12 May 2010 02:40:46 GMT</pubDate><dc:creator>srikantweb007</dc:creator><category>Web scheduler event tolltip</category><description>&lt;p&gt;Hi Glenn&lt;/p&gt;
&lt;p&gt;    Thanks for your replay. It is working.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Srikant&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>Scheduler Tool Tip</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Scheduler-Tool-Tip/</link><pubDate>Fri, 07 May 2010 11:08:36 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>Web scheduler event tolltip</category><description>&lt;p&gt;You couls use the Tooltip property in the Event and RecurringEvent to modify the displayed tooltip. One suggestions is to modify the tooltip during DataBound server side event handler. Here is the snippet, the tooltip is set to a static text:&lt;/p&gt;&lt;pre&gt;protected void WebScheduler1_DataBound(object sender, ISNet.WebUI.WebScheduler.WebSchedulerDataBoundDataArgs e)&lt;br /&gt;{&lt;br /&gt;    switch (e.Type)&lt;br /&gt;    {&lt;br /&gt;        case WebSchedulerObjectType.Event:&lt;br /&gt;            WebSchedulerEventBase evt = (WebSchedulerEventBase)e.DataObject;&lt;br /&gt;            evt.Tooltip = "Mod Event Tooltip";&lt;br /&gt;            break;&lt;br /&gt;        case WebSchedulerObjectType.RecurringEvent:&lt;br /&gt;            WebSchedulerRecurringEvent recEvt = (WebSchedulerRecurringEvent)e.DataObject;&lt;br /&gt;            recEvt.Tooltip = "Mod Recurring Event Tooltip";&lt;br /&gt;            break;&lt;br /&gt;    }&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Scheduler Tool Tip</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Scheduler-Tool-Tip/</link><pubDate>Fri, 07 May 2010 06:38:19 GMT</pubDate><dc:creator>srikantweb007</dc:creator><category>Web scheduler event tolltip</category><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;      By default web scheduler event tolltip is the "Description" of the events. But I want to customize the tooltip. A different message other than the event description. I am not able to find out a solution for that. Can anny one help on this. thanks in advance.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Srikant&lt;/p&gt;</description></item></channel></rss>