Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148875 | Nov 6,2019 09:22 PM UTC | Nov 7,2019 02:06 PM UTC | JavaScript - EJ 2 | 1 |
![]() |
Tags: Gantt Chart |
var ganttChart = new ej.gantt.Gantt({
//.....
editDialogFields: [
{ type: 'General', headerText: 'General',fields:['TaskID', 'TaskName', 'StartDate', 'Progress']}, //.... Duration column field hidden
{ type: 'Dependency' }
],
actionComplete: function(args) {
if(args.requestType == "openEditDialog") {
var tasknameField = (document.getElementById("EditingTaskName")).ej2_instances[0];
tasknameField.enabled = false; //.... Disabled TaskName field from editing
}
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.