Hello,
I have a TreeList control where I allow ColumnMenu to be displayed. It displays but the menu is squished when mousing over it. See the screenshot attached. I have tried to adjust the ColumnMenu row height:
.ColumnMenu().HtmlAttributes(new { style = "height:100%;" })
or by
.ColumnMenu(100)
but neither have any effect on the TreeList. Can you tell me how to correct this issue please?
Thank you,
Dave