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

[Solved] Radgrid's HeaderContextMenu Scrollbar

2 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raj
Top achievements
Rank 1
Raj asked on 11 Mar 2013, 07:26 PM
Hi,

I have enabled headercontextmenu on my radgrid. On selecting columns, I can see all the columns with checkbox. The scrollbar works when I hower on top and bottom of the containter, but I can't see the scrollbar. Is there a property that I need to set to view the scrollbar.
I tried grid.EnableAutoScroll = true; but that didn't help.

Thanks for your time!
Raj

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin
Telerik team
answered on 14 Mar 2013, 12:23 PM
Hi,

 The default scrolling behavior of the menu can be seen in this demo:
http://demos.telerik.com/aspnet-ajax/menu/examples/functionality/scrolling/defaultcs.aspx
it does not show scrollbar out of the box. In the grid you can access the menu through markup and code-behind using the RadGrid->HeaderContextMenu property.

Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Raj
Top achievements
Rank 1
answered on 15 Mar 2013, 08:35 PM
Thanks Marin.

That did help a bit, but I was still not able to see the scroll bar on my radmenu. (not visible)
I used the settins provided by you to set the menu to fixed size. So, that is fine too for me.

Thanks,
Raj.
Tags
Grid
Asked by
Raj
Top achievements
Rank 1
Answers by
Marin
Telerik team
Raj
Top achievements
Rank 1
Share this question
or