How to make Columns dropdown in column menu responsive in Gantt chart

Hi, 

I'm having column menu feature implemented in Gantt chart. The gantt chart is wrapped inside an html div. Column dropdown in column menu loads fine when there is less number of columns but when columns increase, the dropdown goes to the top of the page. Please find the below image for reference:


 I've tried this on an example prepared from one of my community forums for column view. This issue occurs there also. Please find screenshot for that below and Kindly help in solving the issue. 



12 Replies

LA Lokesh Arjunan Syncfusion Team November 4, 2021 07:17 AM UTC

Hi Ashutosh 
 
We validated your query and unable to replicate the issue though we render more number of columns. Can you please share us more details like video demonstration , code snippet of your code . If possible can you please replicate the issue in the attached sample. We have attached sample for your reference.  
 
 
Regards, 
Lokesh 



AK Ashutosh Khanapure November 8, 2021 09:29 AM UTC

please find below sample

https://angular-yxbbia.stackblitz.io




AK Ashutosh Khanapure November 8, 2021 02:20 PM UTC



MS Monisha Sivanthilingam Syncfusion Team November 9, 2021 12:12 PM UTC

Hi Ashutosh, 
 
Thank you for sharing the issue reproducible sample. 
 
We have forwarded this issue to the concerned team. We will provide you with an update within two business days(November 11, 2021). 
 
We appreciate your patience until then. 
 
Regards, 
Monisha. 



AK Ashutosh Khanapure November 15, 2021 09:43 AM UTC

Hi Monisha,

May I know when I could expect a solution if any for this issue?


Thanks,

Ashutosh 



MS Monisha Sivanthilingam Syncfusion Team November 15, 2021 04:26 PM UTC

Hi Ashutosh, 
 
Thank you for your patience. 
 
The issue you reported can be resolved in the sample level itself. We can use the below style classes to resolve the issue. 
 
Index.html 
 
<style> 
 .e-contextmenu-wrapper ul.e-contextmenu { 
    width: 176px; 
    max-height: 300px; 
    overflow-y: scroll; 
 } 
</style> 
 
 
 
Please contact us if you require any further assistance. 
 
Regards, 
Monisha. 



AK Ashutosh Khanapure November 16, 2021 11:20 AM UTC

Hi Monisha, 

I've added the css sytles you provided but the issue still persists. Please find below screenshot and sample URL attached below:

 


https://stackblitz.com/edit/angular-yxbbia-ug2dzh?file=app.component.css



LA Lokesh Arjunan Syncfusion Team November 17, 2021 01:45 PM UTC

Hi Ashutosh,  
 
We are sorry for the inconvenience caused. 
  
We have forwarded this issue to the concerned team. We will provide you with an update within two business days(November 19th , 2021).  
  
We appreciate your patience until then.  
  
Regards,  
Lokesh.  



AK Ashutosh Khanapure November 22, 2021 07:21 AM UTC

Hi Lokesh, 

Please let me know if any progress on this issue.


Thanks,

Ashutosh



AK Ashutosh Khanapure November 27, 2021 03:58 PM UTC

Hi,

Could I expect any progress in this issue or else is this a known issue with no solution yet?    


Thanks,

Ashutosh



MS Monisha Sivanthilingam Syncfusion Team December 9, 2021 01:18 AM UTC

Hi Ashutosh, 
  
We apologize for the delay. 
  
We have confirmed your issue as bug and have logged a bug report for it. You can track its status from the below  feedback link. 
  
  
The fix will be provided in the patch release scheduled for December 22, 2021. 
  
We appreciate your patience until then. 
  
Regards, 
Monisha 



LA Lokesh Arjunan Syncfusion Team January 12, 2022 01:38 PM UTC

Hi Ashutosh 
  
We have validated the issue and found that we can resolve the reported issue by using the below CSS. 
  
 
 <style> 
      .e-contextmenu-wrapper ul.e-ul { 
        width: 176px; 
        max-height: 300px; 
        overflow-y: scroll; 
      } 
    </style> 
 
 
 
Please check and get back to us, if you need further assistance 
  
Regards, 
Premkumar 
 


Loader.
Up arrow icon