Telerik Forums
Kendo UI for jQuery Forum
1 answer
968 views
I have a combobox bound to a viewmodel and configured to use a remote datasource for the list of choices as follows:
input.kendoComboBox({
    dataTextField: 'label',
    dataValueField: 'id',
    autoBind: false,
    dataSource: {
        type: "json",
        serverFiltering: true,
        transport: {
            read: {
                url: 'api/getchoices,
                data: {
                    filter: function(){
                             return input.val();
                    }
                }
            }
        }
    }
});
<input data-role="combobox" data-bind="value: id, comboboxText:idText"/>
As seen above, the the combobox is configured as "autoBind: false".  This value is respected for those comboboxes on the page which have no value (in the viewmodel) but for those comboboxes that do have a value, the combobox will immediately query the remote server when the page loads.  This is undesirable from a performance perspective, and also unnecessary since both the dataTextField and dataValueField are being set from the viewmodel.

Is it a bug that autoBind: false is not being respected?  How can I suppress this unnecessary call to the remote datasource?

Georgi Krustev
Telerik team
 answered on 14 Nov 2012
1 answer
1.0K+ views

I am using Kendo UI grid with GridEditMode.InCell and I need to add hyperlink for delete/destroy command in the grid column instead of default "Delete" button.

My current code looks like:

          c.Command(command => command.Destroy()).Width(90);

I also placed the same question at Stack Overflow.  I hope one of the forums will answer my question.

Thanks in advance.

Vlad
Top achievements
Rank 1
 answered on 14 Nov 2012
1 answer
716 views
Hi

Within a grid the header of each column allows to open a popup showing the items:
1) sort ascending
2) sort descending
3) columns
4) filter

How can I change the displayed text into a different langugage?

Thanks for your help
Florian

Florian
Top achievements
Rank 1
 answered on 14 Nov 2012
4 answers
319 views
Hello,

I know this isn't a Microsoft forum however I think my question will get a better answer if I post it here.

I've just had two new ASP.Net projects handed to me and I'm really stressed! I always want to start new projects with the latest tools at my disposal... well, wouldn't you know that they've landed on my desk yesterday! Pretty much the last day of Teleriks Webinar week (thank you very much, it was great!) and the day Windows 8 was officially released.

I have not installed Visual Studio 2012 on my dev pc yet because I'm worried that it might break my installation of VS 2010 and I have several projects in production that I'm supporting and I wouldn't want anything to happen...

So, my question is this; after installing VS2012 NEXT TO VS 2010, how badly is VS 2010 broken?

I've read that the .net 4.5 release is an In-place upgrade and that I will run into issues when trying to support my Windows XP apps that were build on .Net 4.0.

I've also read Microsoft's posts but I'd like to know what's happening in 'our' world... I really want to build these new projects with MVC 4 and Kendo UI, but I'd like to be sure I won't break anything...

Please let me know if the water is safe!

Thanks!

~ Dave
Steve
Top achievements
Rank 1
 answered on 14 Nov 2012
2 answers
374 views
Cascading dropdowns are not autopopulated on selecting an Autocomplete value. We have to click on the cascading dropdown arrow(then only it hits controller{Spring mvc controller}).

On value change of autocomplete, cascading dropdown values are not getting changed, as the required controller is not getting hit
Sanat
Top achievements
Rank 1
 answered on 14 Nov 2012
0 answers
89 views
All I am trying to do is have a row in a grid be highlighted when the mouse pointer is over that row (and "un-highlight" the row when the mouse leaves of course). This was simple to do in RadGrid, but I am having a very hard time finding an answer to this one.  Thanks in advance.
Jon
Top achievements
Rank 1
 asked on 14 Nov 2012
2 answers
567 views
Hello,

I'm using a hierarchical grids and I have a a DropDown editor for each row, I would like to expand the hierarchical grid that belongs to the row when a value of the DropDown is selected. Is that possible?

Thanks,
Dorian
Top achievements
Rank 1
 answered on 14 Nov 2012
3 answers
315 views
Is there a way to customize the tool tip for the Slider in the KendoUI?  With the ASP.Net Ajax version I was updating it during the OnClientSlideStart/End events as well as the OnClientValueChanging event by using a tooltip control and sending it an reference to the active handle by calling the slider.get_activeHandle() method.

I'm not sure how to do this with the KendoUI slider.  The ASP.Net one works but I'd like to use the Kendo one because it works much better with tablet browsers.

Thanks.
Aleksandar
Top achievements
Rank 1
 answered on 14 Nov 2012
1 answer
115 views
How to retrieve value of Autocomplete component in case of Json content type
Alexander Valchev
Telerik team
 answered on 14 Nov 2012
1 answer
300 views
Hi, I'm new in using Kendo UI ,
I've tried to use the  Binding to remote data example on localhost. but it always load in the first time ,and it hangs on loading the childs
firebug shows the request to the service done successfully ,

I also notices that the service request for the online example appears in  the XHR Tab in firebug, but in my test project appear in the JS tab , can anyone explain to me Why??
Vladymyr
Top achievements
Rank 1
 answered on 14 Nov 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Drag and Drop
Application
Map
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
DropDownTree
ListBox
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
Licensing
PivotGridV2
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
LLM Kit
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?