kendo-dropdown Questions
8
Solved
I am using Kendo UI Controls. I want to get the selected text of the dropdown list in jquery. I have used this syntax :
$("#ddl").data("kendoDropDownList").text();
I am able to get the text in...
Ambrosio asked 6/2, 2014 at 10:56
7
Solved
I can't figure out how to determine which item is selected in the my kendo dropdownlist. My view defines it's model as:
@model KendoApp.Models.SelectorViewModel
The ViewModel is defined as:
pub...
Wear asked 16/5, 2014 at 19:13
5
Solved
I have a Kendo DropDownList, but strangely enough I can not set its initial value.
Html.Kendo().DropDownList()
.Name("PersonalCoachName")
.BindTo(new SelectList((List<string>)ViewData["co...
Harlen asked 27/1, 2015 at 7:34
3
Solved
I'm trying to get a kendo-dropdownlist disabled (named ddlChargeType).
A user should not be able to directly select a value. But it should be possible to select it programmatically (a valid selec...
Repugn asked 21/12, 2016 at 0:3
2
Solved
This is a common problem, but i dont know how to figure it out with KendoUI widgets and Javascript.
I have a KendoGrid whose datasource is coming from an AJAX call to a Web Services.
Data is bound ...
Isocrates asked 28/1, 2016 at 10:9
1
Solved
I have a Kendo DropDownList on the View and I want to pass its DataTextField value to the Controller and then pass and them on the labels in another View. Although I can pass DataValueField values ...
Considered asked 20/6, 2015 at 8:40
4
Solved
I am trying to add a item to the kendoDropDownList, it seems to add the option but not set the value and text. Inspecting the select it just adds a new option
<option></option>
Here...
Venesection asked 12/5, 2015 at 20:24
3
Solved
<script id="myTmpl" type="text/x-kendo-tmpl">
<div id="myDropDown">
</div>
</script>
That's my small example of a code. Is there a way to create a drop down list on th...
Disciple asked 17/6, 2014 at 13:57
1
I am not getting placeholder in kendo dropdownlist. Can any one suggest me for solution
HTML
<input id="inp1" type="text"/>
JavaScript
var data1 = [ //this part is related to the above h...
Chore asked 24/11, 2014 at 6:35
1
Solved
I was wondering how to set placeholder for drop down list in kendo ui + angular.
Currently I have:
Template
<select kendo-drop-down-list ng-model="selectedElement" k-options="options" >
&l...
Greenwell asked 2/9, 2014 at 22:0
1
Solved
I am tring to get count of Kendo UI DropDownList but I am not getting right value. By taking count of Kendo UI, I want to remove last item from Kendo DropDownList.
I tried following but not working...
Exsiccate asked 22/7, 2014 at 4:15
1
Solved
I am using a kendo UI DropDownList control, how can we set a default value to the DropDownList?
I have a selected list property in viewmodel as following :
public SelectList AuditTypes { get; se...
Go asked 19/6, 2013 at 5:11
1
© 2022 - 2024 — McMap. All rights reserved.