﻿<?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 - WebInput - Saving empty (or null) Date</title><link>http://www.intersoftsolutions.com/Community/WebInput/Saving-empty-or-null-Date/</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>Saving empty (or null) Date</title><link>http://www.intersoftsolutions.com/Community/WebInput/Saving-empty-or-null-Date/</link><pubDate>Mon, 01 Aug 2011 20:34:25 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I find that if the HighlightType property is set to “Character”, then you will be able to delete the selected date.&lt;br /&gt;Please try to disable the Highlight feature or set the HighlightType to “Character” and let us know whether it helps or not.&lt;/span&gt;&lt;/p&gt;
</description></item><item><title>Saving empty (or null) Date</title><link>http://www.intersoftsolutions.com/Community/WebInput/Saving-empty-or-null-Date/</link><pubDate>Mon, 01 Aug 2011 14:52:04 GMT</pubDate><dc:creator>alagaraja@gmail.com</dc:creator><description>&lt;p&gt;Any update on how to do this?&lt;/p&gt;</description></item><item><title>Saving empty (or null) Date</title><link>http://www.intersoftsolutions.com/Community/WebInput/Saving-empty-or-null-Date/</link><pubDate>Fri, 29 Jul 2011 08:44:50 GMT</pubDate><dc:creator>alagaraja@gmail.com</dc:creator><description>&lt;p&gt;The default value for Nullable property is true, so setting it to true did not do anything.&lt;/p&gt;&lt;p&gt;Anyway, what does this property "&lt;span style="color: rgb(63, 63, 63); font-family: 'segoe ui', arial, verdana, tahoma; line-height: 18px; white-space: pre-wrap; "&gt;ShowCheckBoxForNullInput" do? I want to be able to use delete/backspace key to delete the date selected using the calendar poupup. It is as simple as that. How do I do it?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Saving empty (or null) Date</title><link>http://www.intersoftsolutions.com/Community/WebInput/Saving-empty-or-null-Date/</link><pubDate>Thu, 28 Jul 2011 20:41:00 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;WebInput has &lt;strong&gt;Nullable&lt;/strong&gt; property. This property indicates if control can contain null value and the default value is false.&lt;br/&gt;Please try to enable the Nullable property and let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Saving empty (or null) Date</title><link>http://www.intersoftsolutions.com/Community/WebInput/Saving-empty-or-null-Date/</link><pubDate>Thu, 28 Jul 2011 15:16:09 GMT</pubDate><dc:creator>alagaraja@gmail.com</dc:creator><description>&lt;p&gt;WebInput version we are using is 3.0.7200.213&lt;/p&gt;
&lt;p&gt;I am trying to set empty or null data for a control and I can't use any key (like delete, backspace) to delete the date that is already entered into the control. This is driving me crazy.. so please help&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Here is the sinpet of code I am using to add webInput dynamically in my form.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;pre&gt;	WebInput ctrl = (WebInput) foundation;
	ctrl.BorderStyle = BorderStyle.Inset;
	ctrl.BorderWidth = 1;
	ctrl.DateTimeEditor.IsEnabled = true;

	ctrl.HighLight.IsEnabled = true;
	ctrl.HighLight.Type = HighLightType.Phrase;

	ctrl.DisplayFormat.IsEnabled = true;
	ctrl.DisplayFormat.Format = 		Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern;
	ctrl.DateTimeEditor.MinDropDownYear = 1900;
	ctrl.DateTimeEditor.MaxDropDownYear = 2100;
&lt;/pre&gt;&lt;pre&gt;I tried adding the following 2 lines, it DID NOT help, I have no idea where the heck is checkbox is to set null (as per the code below)&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-size: 13px"&gt;&lt;p&gt;ctrl.ShowCheckBoxForNullInput = &lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;true&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;ctrl.EditFormat.MaskInfo.SaveBlanks = &lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;true&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;&lt;/span&gt;

&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Anyway I am sure you can help me here.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;/pre&gt;</description></item></channel></rss>