Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
"Null" Displayed When No Value?
posted

So if I create a new WebDateChooser and set the value to string.Empty or "", the WebDateChooser displayed with the word "Null".  Is there a way to make it say nothing (i.e. have an empty value)?

 WebDateChooser.Text is read-only, so I can't set the value that way.  I guess I could use the CSOM's method "setText", but that seems like a hassle for such an easy problem.

 http://ko.infragistics.com/dotnet/netadvantage/aspnet/webdatechooserdemos.aspx#HelpCenter doesn't work.  It says "There was a problem loading. Please try again later. If the problem continues, please let us know."