This is a migrated thread and some comments may be shown as answers.

ColmunMenu() row height sizing

1 Answer 58 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 27 Jan 2016, 05:06 PM

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


 
 

1 Answer, 1 is accepted

Sort by
0
Dave
Top achievements
Rank 1
answered on 27 Jan 2016, 06:10 PM

Hi,

On further analysis it turns out a css class was causing the issue.  I have resolved this so thank you anyway.

Dave

Tags
TreeList
Asked by
Dave
Top achievements
Rank 1
Answers by
Dave
Top achievements
Rank 1
Share this question
or