Layout Samples

This commit is contained in:
Sedat ÖZTÜRK 2026-07-29 14:09:48 +03:00
parent b0e78ac619
commit 899dd58cde
4 changed files with 35 additions and 115 deletions

View file

@ -43,14 +43,19 @@
"TreeOptionDto": {
"KeyExpr": "Title",
"ParentIdExpr": "ParentTitle",
"AutoExpandAll": true
"HasItemsExpr": null,
"RootValue": null,
"ExpandedRowKeys": [],
"AutoExpandAll": true,
"RecursiveSelection": false,
"TitleExpr": null,
"StartExpr": null,
"EndExpr": null,
"ProgressExpr": null
},
"GanttOptionDto": {},
"SchedulerOptionDto": {},
"TodoOptionDto": {
"StatusOrder": "Backlog, Ready to Start, In Progress, Code Review, Testing, Staging",
"AllowDragging": true
},
"TodoOptionDto": {},
"WorkflowDto": {
"ApprovalUserFieldName": "ApprovalUserName",
"ApprovalDateFieldName": "ApprovalDate",

View file

@ -16,8 +16,8 @@
"Grid": true,
"Card": true,
"Pivot": true,
"Chart": true,
"Tree": false,
"Chart": true,
"Gantt": true,
"Scheduler": false,
"Todo": false,
@ -44,17 +44,29 @@
"GanttOptionDto": {
"KeyExpr": "Id",
"ParentIdExpr": "ParentId",
"HasItemsExpr": null,
"RootValue": null,
"ExpandedRowKeys": [],
"AutoExpandAll": true,
"RecursiveSelection": false,
"TitleExpr": "Title",
"ScaleType": "weeks",
"StartExpr": "StartDate",
"EndExpr": "EndDate",
"ProgressExpr": "Progress"
"ProgressExpr": "Progress",
"AllowEditing": true,
"AllowTaskAdding": true,
"AllowTaskUpdating": true,
"AllowTaskResourceUpdating": true,
"AllowTaskDeleting": true,
"AllowDependencyAdding": true,
"AllowDependencyDeleting": true,
"AllowResourceAdding": true,
"AllowResourceUpdating": true,
"AllowResourceDeleting": true
},
"SchedulerOptionDto": {},
"TodoOptionDto": {
"StatusOrder": "Backlog, Ready to Start, In Progress, Code Review, Testing, Staging",
"AllowDragging": true
},
"TodoOptionDto": {},
"WorkflowDto": {
"ApprovalUserFieldName": "",
"ApprovalDateFieldName": "",
@ -199,4 +211,4 @@
],
"DataSourceCodes": []
}
}
}

View file

@ -40,61 +40,9 @@
"SelectCommand": "Pro_T_Todo",
"KeyFieldName": "Id",
"KeyFieldDbSourceType": 9,
"TreeOptionDto": {
"KeyExpr": null,
"ParentIdExpr": null,
"HasItemsExpr": null,
"RootValue": null,
"ExpandedRowKeys": [],
"AutoExpandAll": false,
"RecursiveSelection": false,
"TitleExpr": null,
"StartExpr": null,
"EndExpr": null,
"ProgressExpr": null
},
"GanttOptionDto": {
"KeyExpr": null,
"ParentIdExpr": null,
"HasItemsExpr": null,
"RootValue": null,
"ExpandedRowKeys": [],
"AutoExpandAll": false,
"RecursiveSelection": false,
"TitleExpr": null,
"ScaleType": "weeks",
"StartExpr": null,
"EndExpr": null,
"ProgressExpr": null,
"AllowEditing": false,
"AllowTaskAdding": false,
"AllowTaskUpdating": false,
"AllowTaskDeleting": false,
"AllowDependencyAdding": false,
"AllowDependencyDeleting": false,
"AllowResourceAdding": false,
"AllowResourceDeleting": false
},
"SchedulerOptionDto": {
"TextExpr": null,
"StartDateExpr": null,
"EndDateExpr": null,
"AllDayExpr": null,
"RecurrenceRuleExpr": null,
"RecurrenceExceptionExpr": null,
"StartDayHour": 8,
"EndDayHour": 20,
"DefaultView": "week",
"ShowAllDayPanel": true,
"CellDuration": 30,
"FirstDayOfWeek": 1,
"CrossScrollingEnabled": false,
"AllowResizing": false,
"AllowDragging": false,
"AllowDeleting": false,
"AllowEditing": false,
"AllowAdding": false
},
"TreeOptionDto": {},
"GanttOptionDto": {},
"SchedulerOptionDto": {},
"TodoOptionDto": {
"TitleExpr": "Title",
"StatusExpr": "Status",

View file

@ -40,41 +40,8 @@
"SelectCommand": "Pro_D_Scheduler",
"KeyFieldName": "Id",
"KeyFieldDbSourceType": 9,
"TreeOptionDto": {
"KeyExpr": "",
"ParentIdExpr": "",
"HasItemsExpr": "",
"RootValue": "",
"ExpandedRowKeys": [],
"AutoExpandAll": false,
"RecursiveSelection": false,
"TitleExpr": null,
"StartExpr": null,
"EndExpr": null,
"ProgressExpr": null
},
"GanttOptionDto": {
"KeyExpr": "",
"ParentIdExpr": "",
"HasItemsExpr": "",
"RootValue": "",
"ExpandedRowKeys": [],
"AutoExpandAll": false,
"RecursiveSelection": false,
"TitleExpr": "",
"ScaleType": "weeks",
"StartExpr": "",
"EndExpr": "",
"ProgressExpr": "",
"AllowEditing": false,
"AllowTaskAdding": false,
"AllowTaskUpdating": false,
"AllowTaskDeleting": false,
"AllowDependencyAdding": false,
"AllowDependencyDeleting": false,
"AllowResourceAdding": false,
"AllowResourceDeleting": false
},
"TreeOptionDto": {},
"GanttOptionDto": {},
"SchedulerOptionDto": {
"TextExpr": "Text",
"StartDateExpr": "StartDate",
@ -95,19 +62,7 @@
"AllowEditing": true,
"AllowAdding": true
},
"TodoOptionDto": {
"TitleExpr": "",
"StatusExpr": "",
"DescriptionExpr": "",
"DueDateExpr": "",
"TagExpr": "",
"AssigneeExpr": "",
"PriorityExpr": "",
"CompletedExpr": "",
"OrderExpr": "",
"StatusOrder": "Backlog, Ready to Start, In Progress, Code Review, Testing, Staging",
"AllowDragging": true
},
"TodoOptionDto": {},
"WorkflowDto": {
"ApprovalUserFieldName": "",
"ApprovalDateFieldName": "",