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

RadGridView Column Chooser and Context Menu

4 Answers 176 Views
GridView
This is a migrated thread and some comments may be shown as answers.
erwin
Top achievements
Rank 1
Veteran
Iron
erwin asked on 06 Jul 2010, 06:59 PM
Do not work (?)

4 Answers, 1 is accepted

Sort by
0
erwin
Top achievements
Rank 1
Veteran
Iron
answered on 06 Jul 2010, 07:02 PM
The Column Chooser garbles up its display, no Buttons visible, just text on gray background window.
have added a png


0
erwin
Top achievements
Rank 1
Veteran
Iron
answered on 06 Jul 2010, 07:33 PM
ContextMenuOpening Event Handler: sender object seems to have changed.
Used to be the Grid, now it's individual Elements such as GridDataCellElement (?).

This is a breaking change to code that uses something like

   private void OctopusGridView_ContextMenuOpening(object sender, ContextMenuOpeningEventArgs e) 
        { 
            RadGridView grid = sender as RadGridView; 
 
            if (grid == null
            { 
                return
            } 
 



0
erwin
Top achievements
Rank 1
Veteran
Iron
answered on 06 Jul 2010, 11:37 PM
Ok, found your docs where you state that Column Chooser cannot be styled at the moment.
0
Jack
Telerik team
answered on 07 Jul 2010, 12:24 PM
Hi erwin,

Thank you for your feedback.

We know about these issues and they will be addressed in our final release. If you have any other question or suggestion on how to improve our controls, please share it with us. We will appreciate that.

Kind regards,
Jack
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
erwin
Top achievements
Rank 1
Veteran
Iron
Answers by
erwin
Top achievements
Rank 1
Veteran
Iron
Jack
Telerik team
Share this question
or