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

RadNavigation, fixed height dropdown, and an indicator that there are more items.

1 Answer 78 Views
Navigation
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 1
Keith asked on 30 Aug 2016, 03:23 PM

I have a RadNavigation where Parent nodes and Child nodes are programmatically created depending on what the user has access to.

The dropdowns for the nodes and more (sandwich) menu are set to a fixed height depending on screen width size and if portrait or landscape.

Some users are admin level users and have access to everything. The dropdowns do scroll to show more items in the menu but i noticed there is no indicator at the top and/or bottom of the dropdown that indicate there are more items at the top and/or bottom.  Is there a way to set up some kind of indicator?

Please help!

Sincerely,

Keith Jackson

1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 01 Sep 2016, 09:59 AM
Hi Keith,

I suppose that you tested the scenario on a mobile device as there scrollbars are hidden until you start to scroll. I am afraid that there is not such inbuilt functionality to add an indicator if dropdown is scrollable. A possible solution is to set a height that will not be divided by items height, so the last visible item will be cropped. Thereby a user will see that there are invisible items.

The other solution is to add a custom indicator by jQuery after checking if scroll height is higher as height.

Regards,
Magdalena
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Navigation
Asked by
Keith
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or