Skip to content

Infragistics Community Forum / Web / Ultimate UI for ASP.NET Web Forms / difference between DropDown and DropDownList

difference between DropDown and DropDownList

New Discussion
Chloe Lee
Chloe Lee asked on Jun 10, 2015 2:55 PM

I’m using WebDataGrid with DropDownProvider. and I bound DataTable to the DropDownProvider.

The property “DisplayMode” of EditorControl has DropDown, DropDownList, ReadOnly and ReadOnlyList.

I know how ReadOnly (or ReadOnlyList) works.

but I couldn’t find the difference between DropDown and DropDownList.

using ReadOnly, it binds only 1 item. using ReadOnlyList, it binds all item

but DropDown binds all item of the DataTable.

please explain the difference.

Thanks.

<ig:WebDataGrid ID=”WebDataGrid1″ runat=”server” Width=”100%” Height=”700px” EnableDataViewState=”true” DataKeyFields=”RowNum” >

<EditorProviders>

<ig:DropDownProvider ID=”ddpCurrency” >

<EditorControl ID=”EditorControl1″ runat=”server” Width=”100%” DisplayMode=”DropDownList”></EditorControl>

</ig:DropDownProvider>

</EditorProviders>

</ig:WebDataGrid>

Sign In to post a reply

Replies

  • 0
    [Infragistics]Denis Georgiev
    [Infragistics]Denis Georgiev answered on Jun 5, 2015 10:23 AM

    Hello Chloe,

    Thank you for contacting Infragistics!

    • DropDown allows you selection, browsing, navigation and editing.
    • DropDownList allows you typing text in the input will not be allowed, selection and browsing through the items will be allowed.

    For more refer to the following.

    Let me know if you need further assistance.

  • 0
    [Infragistics]Denis Georgiev
    [Infragistics]Denis Georgiev answered on Jun 10, 2015 2:55 PM

    Hello,

    I am still following up. Have you been able to resolve the issue?
    If you have any concerns or questions, please feel free to contact me, I will be glad to help you.
    Thank you for choosing Infragistics components!

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Chloe Lee
Favorites
0
Replies
2
Created On
Jun 10, 2015
Last Post
10 years, 9 months ago

Suggested Discussions

Created by

Created on

Jun 10, 2015 2:55 PM

Last activity on

Feb 12, 2026 8:56 AM