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

Header context menu too large

2 Answers 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 2
Richard asked on 18 Mar 2009, 08:33 PM
I have a RadGrid iniside of a Splitter Panel.  When the user right-clicks on the grid, the Header Context Menu is displayed but there are over 40 columns to this grid.  As a result, the checkbox choices continue below the splitter and are not accessable.  Does anyone know how I can prevent the Header Context Menu from going out of frame?

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Krustev
Telerik team
answered on 23 Mar 2009, 03:40 PM
Hello Richard,

To attain the functionality you are searching for you need to set EnableAutoScroll property to "true".
Here is a code snippet showing how to achieve this:
<telerik:RadGrid... 
<HeaderContextMenu EnableAutoScroll="true"></HeaderContextMenu> 
... 

Regards, Georgi Krustev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Richard
Top achievements
Rank 2
answered on 23 Mar 2009, 03:45 PM
How embarrassingly simple!  I didn't even see that as an option.

Thanks!
Tags
Grid
Asked by
Richard
Top achievements
Rank 2
Answers by
Georgi Krustev
Telerik team
Richard
Top achievements
Rank 2
Share this question
or