<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
>
<channel>
	<title>KS-Gantt Control for DotNet WinForms Rated and Reviewed</title>
	<atom:link href="http://ks-gantt-control-for-dotnet-winforms.kroll-software-development.qarchive.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ks-gantt-control-for-dotnet-winforms.kroll-software-development.qarchive.org/#comments</link>
	<description>Read what other users have to say about KS-Gantt Control for DotNet WinForms. Dozens of reviews, opinions, comments, ratings and discussions updated in real time.</description>
	<lastBuildDate><br />
<b>Warning</b>:  date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in <b>/backup/qa/www/sub/rss/product.php</b> on line <b>32</b><br />
Fri, 30 Oct 2009 23:19:46 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<item>
		<title>Author: Royewang</title>
		<link>http://ks-gantt-control-for-dotnet-winforms.kroll-software-development.qarchive.org/#comment-27029</link>
		<dc:creator>Royewang</dc:creator>
<br />
<b>Warning</b>:  date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in <b>/backup/qa/www/sub/rss/product.php</b> on line <b>46</b><br />
		<pubDate>Fri, 30 Oct 2009 23:19:46 -0500</pubDate>
		<guid isPermaLink="true">http://ks-gantt-control-for-dotnet-winforms.kroll-software-development.qarchive.org/#comment-27029</guid>
		<description><![CDATA[Dear sir:<br> <br>Bug 1<br>===========================<br>1: Change the caption in designer, change the caption for a specified column to "Caption1"<br>2: Run program, the caption shows " Text" instead of "Caption1"<br> <br>Bug2<br>====================<br>use the following code:<br> <br>        private void Form1_Load(object sender, EventArgs e)<br>        {<br>            gantt1.AddTask(DateTime.Now, DateTime.Now.AddDays(3), "Test Task1");<br>            gantt1.AddTask(DateTime.Now.AddDays(4), DateTime.Now.AddDays(18), "Test Task2");<br> <br>            ganttDataGrid1.TaskColumns.ColumnByKey("Text").Position = 4;<br>            ganttDataGrid1.TaskColumns.ColumnByKey("StartDate").Position = 3;<br>            ganttDataGrid1.TaskColumns.ColumnByKey("Duration").Position = 2;<br> <br>            KS.Gantt.GanttDataColumn col = new KS.Gantt.GanttDataColumn("Key1", "Caption1");<br>            col.Position = 1;<br>            col.EditType = KS.Gantt.GanttEditTypes.NumericUpDown;<br>            col.CanEdit = true;<br>            ganttDataGrid1.TaskColumns.Add(col);<br>        }<br> <br>1: The new Added column "Key1" , can't be edit, no response when double click.<br>2: Column "Duration" popup datetimepicker  when double click, it should be numbericupdown control<br>3: Column "StartDate" can't be edit, no response when double click.<br>seems the EditTypes are all wrong when added a custom column in code.<br> <br><br> ]]></description>
		<content:encoded><![CDATA[Dear sir:<br> <br>Bug 1<br>===========================<br>1: Change the caption in designer, change the caption for a specified column to "Caption1"<br>2: Run program, the caption shows " Text" instead of "Caption1"<br> <br>Bug2<br>====================<br>use the following code:<br> <br>        private void Form1_Load(object sender, EventArgs e)<br>        {<br>            gantt1.AddTask(DateTime.Now, DateTime.Now.AddDays(3), "Test Task1");<br>            gantt1.AddTask(DateTime.Now.AddDays(4), DateTime.Now.AddDays(18), "Test Task2");<br> <br>            ganttDataGrid1.TaskColumns.ColumnByKey("Text").Position = 4;<br>            ganttDataGrid1.TaskColumns.ColumnByKey("StartDate").Position = 3;<br>            ganttDataGrid1.TaskColumns.ColumnByKey("Duration").Position = 2;<br> <br>            KS.Gantt.GanttDataColumn col = new KS.Gantt.GanttDataColumn("Key1", "Caption1");<br>            col.Position = 1;<br>            col.EditType = KS.Gantt.GanttEditTypes.NumericUpDown;<br>            col.CanEdit = true;<br>            ganttDataGrid1.TaskColumns.Add(col);<br>        }<br> <br>1: The new Added column "Key1" , can't be edit, no response when double click.<br>2: Column "Duration" popup datetimepicker  when double click, it should be numbericupdown control<br>3: Column "StartDate" can't be edit, no response when double click.<br>seems the EditTypes are all wrong when added a custom column in code.<br> <br><br> ]]></content:encoded>
	</item>
</channel>
</rss> 

