Hi Dev,
Can you please share more details about your requirement?
Do you want to hide the row after performing any action? or
Do you want to hide the row in load time?
It will be helpful for us to server you better.
Regards,
Mahalakshmi K.
<head runat="server"> <script type="text/javascript"> function rowbound(args) { debugger if (args.data.taskName == "Child Task 1") { $(args.rowElement).css("display", "none"); } } function queryTaskbarInfo(args) { if (args.data.taskName == "Child Task 1") { var target = $(args.taskbar).closest('tr'); $(target).css("display", "none"); } } </script> </head> <form id="form1" runat="server" height:100%;width:100%;"> <ej:Gantt ID="Gantt" runat="server" //… QueryTaskbarInfo="queryTaskbarInfo" RowDataBound="rowbound"> </ej:Gantt> </form> |
Hi Dev,
We can also reproduce the issue while hiding the row at UI level. But At present it is not possible to hide the row at all scenarios. So we have logged a feature report regarding this. A support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents
Please let us know if you require further assistance on this.
Regards,
Mahalakshmi K.