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.
Please find sample as asked:
https://stackblitz.com/edit/angular-yxbbia?file=app.component.ts
Hi Monisha,
May I know when I could expect a solution if any for this issue?
Thanks,
Ashutosh
<style>
.e-contextmenu-wrapper ul.e-contextmenu {
width: 176px;
max-height: 300px;
overflow-y: scroll;
}
</style>
|
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
Hi Lokesh,
Please let me know if any progress on this issue.
Thanks,
Ashutosh
Hi,
Could I expect any progress in this issue or else is this a known issue with no solution yet?
Thanks,
Ashutosh
<style>
.e-contextmenu-wrapper ul.e-ul {
width: 176px;
max-height: 300px;
overflow-y: scroll;
}
</style> |