<Grid>
   <Cfg id="GanttPaging2" SuppressCfg="1" ConstWidth="0" CopyCols="2" MinLeftWidth="20"/>
   <Panel Visible="0"/>
   <Actions OnDblClickGantt="ZoomToBar"/>
   <LeftCols>
      <C Name="TASK" Type="Text" Width="66"/>
      <C Name="START" Type="Date" Visible="0"/>
      <C Name="END" Type="Date" Visible="0"/>
      <C Name="DES" Type="Text" Visible="0"/>
   </LeftCols>
   <Cols>
      <C Name="GANTT" Type="Gantt" GanttStart="START" GanttEnd="END" GanttDescendants="DES" GanttStrict="0"/>
      <C Name="GANTT" GanttZoom="Day" GanttSmoothZoom="0" GanttSizeFit="1" GanttZoomDate="6/10/2010"/>
      <C Name="GANTT" GanttExclude="d#18:00~9:00; d#13:00~14:00#1; w#1/5/2008~1/7/2008#2;"/>
      <C Name="GANTT" GanttChartMinStart="1/1/2000" GanttChartMaxStart="1/1/2000" GanttChartMinEnd="1/1/2030" GanttChartMaxEnd="1/1/2030"/> <!-- Limits for the Years pager -->
   </Cols>
   <Header TASK="Task"/>
   <Foot>
      <I TASK="Sum" Calculated="1" STARTFormula="ganttstart()" ENDFormula="ganttend()"/>
   </Foot>
   <Zoom>
      <Z Name="All" GanttSize="0" GanttUnits="y" GanttWidth="22" GanttChartRound="y"
         GanttHeader1="y#20"
         GanttHeader2="y#yy"
         />
      <Z Name="Year" GanttSize="y" GanttUnits="M" GanttWidth="50"
         GanttHeader1="y#yyyy"
         GanttHeader2="M#MMM"
         />
      <Z Name="Month" GanttSize="M" GanttUnits="d" GanttWidth="21"
         GanttHeader1="w#'&lt;b>week 'ddddddd'&lt;/b>' MMMM yyyy" 
         GanttHeader2="d#%d" 
         GanttHeader3="d#ddddd"
         />
      <Z Name="Week" GanttSize="w" GanttUnits="h6" GanttWidth="20"
         GanttHeader1="w#&lt;b>week ddddddd'&lt;/b>' - MMMM yyyy"
         GanttHeader2="d#dddddd"
         GanttHeader3="d#dddd"
         />
      <Z Name="Day" GanttSize="d" GanttUnits="h" GanttWidth="22"
         GanttHeader1="d#'&lt;b>'dddddd'&lt;/b>' MMMM yyyy &lt;i>(dddd, week ddddddd)&lt;/i>"
         GanttHeader2="h#HH"
         />
      <Z Name="Hour" GanttSize="h" GanttUnits="m" GanttWidth="10"
         GanttHeader1="h#'Hour &lt;b>'HH'&lt;/b>' - dddddd MMMM yyyy &lt;i>(dddd, week ddddddd)&lt;/i>"
         GanttHeader5="m#mmmm'&lt;br/>'mmmmm" GanttHeaderPaging5="1"
         />
      <Z Name="Minute" GanttSize="m" GanttUnits="s" GanttWidth="10"
         GanttHeader1="m#'&lt;b>'HH:mm'&lt;/b>' - dddddd MMMM yyyy &lt;i>(dddd, week ddddddd)&lt;/i>"
         GanttHeader5="s#ssss'&lt;br/>'sssss" GanttHeaderPaging5="1"
         />
   </Zoom>
   <Pagers>
      <Pager Name="Years" Type="Gantt" PageSize="y" Format="yyyy" Width="55" ChartSize="0" Click="0" DblClick="3" ShowUsedPages="1"/>
      <Pager Name="Months" Type="Gantt" PageSize="M" Format="MMMM" Width="75" ChartSize="y" Click="0" DblClick="3" ShowUsedPages="1"/>
      <Pager Name="Days" Type="Gantt" PageSize="d" Format="dddddd" Width="51" ChartSize="M" Click="0" DblClick="3" ShowUsedPages="1" ShowExcludedPages="1"/>
      <Pager Name="Weeks" Type="Gantt" PageSize="w" Format="'&lt;i>'dddddddd'&lt;/i>' MM/dd - ;MM/dd" Width="115" ChartSize="y" Caption="Weeks in a year" Click="0" DblClick="3" ShowUsedPages="1"/>
      <Pager Name="Weekdays" Type="Gantt" PageSize="d" Format="dddd" Width="80" ChartSize="w" Caption="Week days" Click="0" DblClick="3" ShowUsedPages="1" ShowExcludedPages="1"/>
      <Pager Name="Hrs" Type="Gantt" PageSize="h" Format="HH" Width="40" ChartSize="d" Click="0" DblClick="3" ShowExcludedPages="1"/>
      <Pager Name="Mins" Type="Gantt" PageSize="m" Format="mm" Width="40" ChartSize="h" Click="0" DblClick="3" ShowExcludedPages="1"/>
   </Pagers>
   <Toolbar Cells05="Zoom,Smooth"
      ZoomType='SelectGanttZoom' ZoomWidth='75' ZoomHtmlPrefix='Zoom &lt;b>' ZoomHtmlPostfix='&lt;/b>' 
      SmoothType='Bool' SmoothLabelRight='Smooth zoom' SmoothTip='If the Gantt zoom unit width can be calculated to fit the selected zoom range. &lt;br>If set in this example, the grid can show horizontal scrollbar.'
      SmoothOnChange='Grid.Cols.GANTT.GanttSmoothZoom = Value?1:0; if(!Value) Grid.ChangeZoom();'
      />
   <Lang>
      <Gantt ZoomFit=''/>
   </Lang>
</Grid>