I'm using the following
.DropDownListFor(m => m.countryId)
.DataSourceAction("GetSomething")
.DataSourceController("SomethingMethod")
.IsEnabled(true)
.Name("Something")
.OptionLabel(this.LocalResources("OptionSelect"))
.ServerFiltering(true))
I'm trying to use the search / select functions on the dropdown but when I do a console log of the dropdownlist obj I don't see it in there
.DropDownListFor(m => m.countryId)
.DataSourceAction("GetSomething")
.DataSourceController("SomethingMethod")
.IsEnabled(true)
.Name("Something")
.OptionLabel(this.LocalResources("OptionSelect"))
.ServerFiltering(true))
I'm trying to use the search / select functions on the dropdown but when I do a console log of the dropdownlist obj I don't see it in there
e.extend.init {element: p.fn.p.init[1], _events: Object, options: Object, template: function, ul: p.fn.p.init[1]…}