BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi
Otomar,
Thanks
for your update.
You
can able to cancel the editing for particular column by handling the beginEdit
event like below code snippet , thus making it as a read only column.
Code
snippet
$("#gantt").ejGantt({ //... //... taskIdMapping: "taskID", beginEdit: "beginEdit", //... });
function beginEdit(args) { var editedData = args.data; var column = this.getColumns(); if (column[args.columnIndex].mappingName
== " taskID ") { args.cancel = true; } } |
For
your reference here with we have attached the sample for cancel the editing in
TaskId column with updated source and it can be downloaded from the following
location.
Sample
location: http://www.syncfusion.com/downloads/support/directtrac/general/GanttControlSample304747002.zip
Please let us know if need more information on this.
Regards,
Bharath.
Hi
Otomar ,
Sorry
about the inconvenience caused.
We have analyzed the reported issue with our sample;
we are not able to reproduce the issue. Can you please check with the sample in
the following location? If still you face the problem, please revert us by
modifying the sample based on your application along with replication
procedure. This would be helpful for us to serve you.
Sample
Location: http://www.syncfusion.com/downloads/support/directtrac/general/116563429150652.zip
Please
let us know if you need further assistance on this.
Thanks,
Bharath.