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

Drop Down Width for GridViewMultiComboBoxColumn?

2 Answers 215 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 24 Sep 2010, 05:40 PM
With the standard RadMultiColumnComboBox, I can access the property "Drop Down Width" to specify a specif width of a drop down.

I can't find a corresponding setting within the editor in the grid? 

Any help? 

2 Answers, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
answered on 24 Sep 2010, 06:00 PM
Rookie mistake!

Private Sub rgridviewDx_CellEditorInitialized(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.GridViewCellEventArgs) Handles rgridviewDx.CellEditorInitialized
        If TypeOf e.Column Is GridViewMultiComboBoxColumn Then
            Dim d As RadMultiColumnComboBoxElement = Me.rgridviewDx.ActiveEditor
            d.DropDownWidth = 300
        End If
    End Sub
0
Jack
Telerik team
answered on 30 Sep 2010, 03:16 PM
Hi Daniel,

I am glad to hear that you have found a solution for the issue. Do not hesitate to contact us, If you have any further questions.

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
Daniel
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 1
Jack
Telerik team
Share this question
or