Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 4.52 KB

Canvas Guide.md

File metadata and controls

71 lines (57 loc) · 4.52 KB

Guide for canvas app

Configuration

Parameter Name Name in canvas app designer Options
Title* title
Start Time* startTime
End Time* endTime
Progress progress
Display Color(Option) displayColorOption
Display Color(Text) displayColorText
Display Mode* displayMode "editable", "readonly"**
IsSubgrid* isSubgrid "no", "yes"***
Default Duration View* viewMode "quarter","half","day","week","month"
Display Date Format* displayDateFormat "datetime", "date"
Time Step* timeStep
Font Size* fontSize
Header Height* headerHeight
Row Height* rowHeight
List`s Cell Width* listCellWidth
Column Width for Quarter of Day* columnWidthQuarter
Column Width for Column Width for Half of Day* columnWidthHalf
Column Width for Column Width for Day* columnWidthDay
Column Width for Column Width for Week* columnWidthWeek
Column Width for Column Width for Month* columnWidthMonth
Custom Display Name customHeaderDisplayName
Custom Start Name customHeaderStartName
Custom End Name customHeaderEndName
Custom Progress Name customHeaderProgressName
Custom Progress Color customBackgroundColor
Custom Progress Selected Color customBackgroundSelectedColor
Custom Background Color customProgressColor
Custom Background Selected Color customProgressSelectedColor

*Required

** Works in "readonly" mode only

*** This params are for model driven only

How to use gantt with Dynamics 365 data source

Please use this guide before you have been started.

  1. Go to the Properties tab. Select entity in Entity-Grid(Items) and View
  2. Select necessary fields example
  3. Go to the Advanced tab
  4. Change displayMode to readonly
  5. Setup title, startTime, endTime. Now this is working as Entity.EntityField example

How to use gantt with custom collection

Please use this guide before you have been started.

In this example I use Excel data source. Test file

example

  1. Go to the Properties tab. Select data source or your custom collection in Entity-Grid(Items)
  2. Go to the Advanced tab
  3. Change displayMode to readonly
  4. Setup title, startTime, endTime and other fields. Now this is working as Source.Field example
  5. Setup display fields naming. There are customHeaderDisplayName, customHeaderStartName, customHeaderStartName, customHeaderEndName, customHeaderProgressName example