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

[Solved] How to set DropDownControlType="DropDownList" by default ?

3 Answers 166 Views
Grid
This is a migrated thread and some comments may be shown as answers.
GUTIERREZ Nicolas
Top achievements
Rank 1
GUTIERREZ Nicolas asked on 04 Jun 2008, 03:01 PM
Hi,

I want to use only normal DropDownList inside my RagGridViews instead of RadCombobox, How can I set  The DropDownControlType="DropDownList" parameter by default ?

For Example in the Web.Config File Or with a Skin?

Anyone know if this is possible ?

Thanks.

3 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 06 Jun 2008, 01:06 PM
Hi GUTIERREZ,

You can set the DropDownType per column (dropdown column). However, you cannot set it from a central location, other than the column itself:

.aspx
<telerik:GridDropDownColumn DataField="Freight" ListTextField="Freight" ListValueField="Freight" 
DataSourceID="AccessDataSource1" DropDownControlType="DropDownList">  
</telerik:GridDropDownColumn> 

Kind regards,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
GUTIERREZ Nicolas
Top achievements
Rank 1
answered on 09 Jun 2008, 07:53 AM
Ok.

So, will it be possible to have an option to set this parameter by default for all RadGrids, in a web.config file or using a skin, Like Default

DropDownControlType="DopDownList" for a future version of your controls?

Thanks.

0
Yavor
Telerik team
answered on 09 Jun 2008, 08:37 AM
Hello GUTIERREZ,

I will pass your suggestion to our developers for further consideration.
Thank you for your feedback.

Greetings,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
GUTIERREZ Nicolas
Top achievements
Rank 1
Answers by
Yavor
Telerik team
GUTIERREZ Nicolas
Top achievements
Rank 1
Share this question
or