Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146454 | Aug 5,2019 02:08 AM UTC | Aug 6,2019 08:55 AM UTC | jQuery | 4 |
![]() |
Tags: ejGantt |
Hi syncfusion supporterIs there any way to hide the resourceGroup row progressbar in ej1 gantt control?
[gantt.html]
$("#resourceGantt").ejGantt({
//…
queryTaskbarInfo:function(args){
if(args.data.hasChildRecords)
$(args.taskbar).find(".e-parentContainer").css('display', 'none');
}
}); |
Hi Xia Guangwei,Thanks for contacting syncfusion support.We can hide the group row task bar by using queryTaskbarInfo event, please check the below code snippet for details.
[gantt.html]
$("#resourceGantt").ejGantt({//…queryTaskbarInfo:function(args){if(args.data.hasChildRecords)$(args.taskbar).find(".e-parentContainer").css('display', 'none');}});We have also prepared a sample for this and please find the same below.
Regards,Gurunathan
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.