﻿<?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 - Cell double click event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Cell-double-click-event/</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>Cell double click event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Cell-double-click-event/</link><pubDate>Fri, 07 May 2010 06:41:44 GMT</pubDate><dc:creator>srikantweb007</dc:creator><category>Cell Double click Event</category><description>&lt;p&gt;Hi Handy,&lt;/p&gt;
&lt;p&gt;    Thanks for your replay. &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><item><title>Cell double click event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Cell-double-click-event/</link><pubDate>Wed, 28 Apr 2010 10:52:54 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>Cell Double click Event</category><description>&lt;p&gt;Hello Srikant,&lt;/p&gt;&lt;p&gt;Please use the code below. It should help you to achieve your scenario.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function WebScheduler1_OnCallOutShow(controlId, action)
{
	var s = ISGetObject(controlId);
	var el = WebScheduler1.GetCallOutElement();
	if (el != null)
	      if (el.style.display == "")
		  el.style.display = "none";
	return true;
}
function WebScheduler1_OnCellDoubleClicked(controlId, startDate, endDate, isAllDay, resource) 
{
	var s = ISGetObject(controlId);
	
	var mode = 0;
	switch (s.ViewSettings.SelectedViewMode) {
		 case "Day":
		 case "Week":
		 var area = s.SelectedDateArea;
		 if (area != null &amp;amp;&amp;amp; area.attributes["type"] &amp;amp;&amp;amp; area.attributes["type"].value == "AllDayEventArea")
		    mode = 1;
		    break;
		 case "Month":
		      mode = 1;
		      break;
		 case "Timeline":
	var timelineMode = s.ViewSettings.SelectedTimelineViewMode;
		if (timelineMode == "Week" || timelineMode == "Month" || timelineMode == "Quarter" || s.ViewSettings.TimelineView.IsQuarterView)
		    mode = 1;
		    break;
	 }
	s.ShowEditingForm("New", mode);
	return true;
}&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Cell double click event</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Cell-double-click-event/</link><pubDate>Wed, 28 Apr 2010 09:17:13 GMT</pubDate><dc:creator>srikantweb007</dc:creator><category>Cell Double click Event</category><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;     I want to open the Edit Form when someone double clicked on a empty cell. Can any one help on this ?&lt;/p&gt;
&lt;p&gt;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>