﻿<?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 - issue with date column in safari date can not edit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/issue-with-date-column-in-safari-date-can-not-edit/</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>issue with date column in safari date can not edit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/issue-with-date-column-in-safari-date-can-not-edit/</link><pubDate>Mon, 26 Oct 2009 02:38:41 GMT</pubDate><dc:creator>yudi</dc:creator><category>Safari</category><category>date column</category><category>can not edit</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;WebGrid development team has managed to fix the issue. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;The hotfix of this issue will be available by the end of this month, at most. Please try to apply the latest hotfix and let us know whether the hotfix helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>issue with date column in safari date can not edit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/issue-with-date-column-in-safari-date-can-not-edit/</link><pubDate>Thu, 15 Oct 2009 04:04:56 GMT</pubDate><dc:creator>yudi</dc:creator><category>Safari</category><category>date column</category><category>can not edit</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;I was able to repro the issue. It has been reported and forwarded to WebGrid development team. A work item, #448, has been created regarding this issue.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;The hotfix of this issue will be available in our upcoming build.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>issue with date column in safari date can not edit</title><link>http://www.intersoftsolutions.com/Community/WebGrid/issue-with-date-column-in-safari-date-can-not-edit/</link><pubDate>Thu, 15 Oct 2009 02:27:50 GMT</pubDate><dc:creator>chetan.apwar@aressindia.net</dc:creator><category>Safari</category><category>date column</category><category>can not edit</category><description>&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt; Hello Support team,&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;I have implemented web grid sample and bind data using code behind. A column
with edit type “&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;CalendarDropdown&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;” type is
working fine on IE 6/7 and Mozilla but date picker not get displayed on Safari
browser (version 3.1.2)&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: arial;"&gt;&lt;!--[if !supportEmptyParas]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;span style="font-size: 10pt; font-family: arial;"&gt;Please provide help on this issue.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;my code is&lt;br /&gt;&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="471px" UseDefaultStyle="True"&lt;br /&gt; Width="1261px" OnInitializeDataSource="WebGrid1_InitializeDataSource"&amp;gt;&lt;br /&gt; &amp;lt;RootTable&amp;gt;&lt;br /&gt; &amp;lt;Columns&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="UserID" Caption="User ID"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="UserName" Caption="User Name"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="Description" Caption="Description"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="IsDeleted" Caption="Checkbox" Bound="true" ColumnType="checkBox" EditType="checkbox"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;ISWebGrid:WebGridColumn DataMember="Date input" Caption="Date input" ColumnType="Custom" EditType="CalendarDropdown" EditInfoText="hi"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;br /&gt; &amp;lt;/Columns&amp;gt;&lt;br /&gt; &amp;lt;/RootTable&amp;gt;&lt;br /&gt; &amp;lt;LayoutSettings AllowEdit="Yes" EditOnClick="true" AllowDelete="Yes"&amp;gt;&amp;lt;/LayoutSettings&amp;gt;&lt;br /&gt; &amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;br /&gt;&lt;br /&gt;-----&lt;br /&gt;&lt;br /&gt;protected void WebGrid1_InitializeDataSource(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e)&lt;br /&gt; {&lt;br /&gt; SqlConnection con = new SqlConnection(connstr);&lt;br /&gt; con.Open();&lt;br /&gt; SqlDataAdapter da = new SqlDataAdapter(SqlStmt, con);&lt;br /&gt; DataTable dt1 = new DataTable();&lt;br /&gt; da.Fill(dt1);&lt;br /&gt; e.DataSource = dt1;&lt;br /&gt; //e.DataBind();&lt;br /&gt;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;
</description></item></channel></rss>