locked
Issue with Teleric Dropdown list RRS feed

  • Question

  • User-1432295049 posted

    Hi,

    I am using a Teleric Dropdown list in MVC.

    @(html.kendo().dropdownlist().name("anc").optionlabel("select value")

    dropdown is displayed correctly with option label "select value"

    Issue : Suppose I have below values in dropdown 

    1- A

    2- B

    3- C

    Now expand the dropdown - > type C- > B will get selected.

    Whenever we try select any value by typing the initial charecter ( when using optionlabel), it select one previous value.

    When i dont use optionlabel, it work correctly.

    Please help !!

    Regards,

    Saurabh, 

    Wednesday, July 1, 2015 9:23 AM

All replies

  • User1810310269 posted

    Try setting OptionLabel with Value as below

    .OptionLabel("Select").Value("0")

    Thanks.

    Wednesday, July 1, 2015 9:35 AM
  • User-1432295049 posted

    It has also same behavior :(

    Wednesday, July 1, 2015 9:57 AM
  • User-1432295049 posted

    Any help please...I am stucked here

    Thursday, July 2, 2015 1:46 AM
  • User-1454326058 posted

    Hi saurabh,

    According to your description, this issue is related to DropdownList of Kendo UI, which is the third-party library. I suggest that you should post it to the telerik forum.

    On the other hand, this link may benefit you:

    http://demos.telerik.com/kendo-ui/dropdownlist/index  

    Regards

    Starain

    Friday, July 3, 2015 1:39 AM
  • User-1432295049 posted

    Thanks Starain...I will do as suggested !!

    Thursday, July 16, 2015 7:25 AM