http://SharePointname/... /Lists/Demo/NewForm.aspx?RootFolder...&Source=…&ToolPaneView=2
El resultado será el siguiente:
En este Blog encontrara recursos para el diseño, creación de paginas web y otros tipos de desarrollos a la medida.
<style>
.ganttInnerTable{
z-index:10;
}
.ganttOuterTable{
empty-cells: show;
}
.ganttMajorTimeUnitHeaderCell {
writing-mode: rl-tb;
vertical-align: top;
top: expression(this.offsetParent.scrollTop);
position: relative;
z-index: 15;
column-span: 1;
background-color: white;
width: 16px;
}
.ganttTitleCell{
left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);
position: relative;
z-index: 20;
background-color: white;
}
.ganttTitleHeaderCell{
top: expression(this.offsetParent.scrollTop);
left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);
position: relative;
background-color: white;
z-index: 30;
}
.ganttDetailTimeUnitRow {
position: relative;
top: expression(this.offsetParent.scrollTop);
background-color: white;
}