BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<ej:Gantt runat="server" ID="GanttControlExporting"
//...
Load="load">
//...
</ej:Gantt>
<script type="text/javascript">
function load(args) {
var columns = this.getColumns();
columns[4].headerText = 'Operatives'
}
</script> |