﻿<?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 - WebGrid Enterprise - Date value in cell, is in .Value property of cell NaN</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Date-value-in-cell-is-in-Value-property-of-cell-NaN/</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>Date value in cell, is in .Value property of cell NaN</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Date-value-in-cell-is-in-Value-property-of-cell-NaN/</link><pubDate>Tue, 25 Mar 2014 03:11:28 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The entire sample project is uploaded in &lt;a target="_blank" href="https://onedrive.live.com/download?resid=A29317908CEA783A%21373"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please kindly have the sample downloaded and evaluated on your end and let us know if you have different result.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Date value in cell, is in .Value property of cell NaN</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Date-value-in-cell-is-in-Value-property-of-cell-NaN/</link><pubDate>Thu, 20 Mar 2014 10:50:46 GMT</pubDate><dc:creator>Tomo</dc:creator><description>&lt;p&gt;Since WebGrid 8 you are you are not copying text of cell directly to value, but if its date you are goin Value= new Date(cellText).&lt;/p&gt;
&lt;p&gt;And that doesnt works well with hr-hr culture.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Date value in cell, is in .Value property of cell NaN</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Date-value-in-cell-is-in-Value-property-of-cell-NaN/</link><pubDate>Thu, 20 Mar 2014 09:38:42 GMT</pubDate><dc:creator>Tomo</dc:creator><description>&lt;p&gt;Hi, can you send me your entire sample project.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Date value in cell, is in .Value property of cell NaN</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Date-value-in-cell-is-in-Value-property-of-cell-NaN/</link><pubDate>Sun, 02 Mar 2014 19:49:29 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Apologize for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I will have this forwarded to WebGrid development team to be investigated further. Should I hear any news regarding this, I will let you know.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;&lt;strong&gt;Edited on March 12, 2014 03:45&lt;br /&gt;Reason: Update information&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;I created a simple sample of one-row WebGrid and an HTML button. It has four columns: EmployeeID; FirstName; LastName; and HireDate. When user clicks the button, it invokes following JavaScript function.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;...
var selectedRow = selectedObject.ToRowObject(); // return WebGridRow object
var cells = selectedRow.GetCells();
alert(cells.GetNamedItem("HireDate").Value);
...&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The sample worked smoothly and the datetime cell was accessed without any issues.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;The sample is enclosed as attachment, DateTimeColumnSample.zip. Please have the sample evaluated on your end and let us know if you have different result. For your information, I’m using WebGrid 8 build 258 and WebUI.NET Framework build 911.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Date value in cell, is in .Value property of cell NaN</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Date-value-in-cell-is-in-Value-property-of-cell-NaN/</link><pubDate>Wed, 26 Feb 2014 05:19:29 GMT</pubDate><dc:creator>Tomo</dc:creator><description>&lt;span style="font-family: consolas; font-size: 13px;"&gt;&lt;span style="font-family: consolas; font-size: 13px;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;cells.GetNamedItem("SomeName").Value&lt;/p&gt;
&lt;p&gt;when cell holds date value, Value is NaN, which in WebGrid 7 worked fine.&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>