BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
$('#accordion').on('shown.bs.collapse', function (e) {
var $target = e.target;
if ($target.id == "collapseTwo") {
var ganttObj = $("#GanttContainer").ejGantt("instance");
ganttObj.windowResize();
}
}) |
Perfect - that is exactly what I need.
The sample you provided is excellent and is perfect for my scenario.
Again the level of support Syncfusion provides is second-to-none. Thank you.