Telerik Forums
Kendo UI for jQuery Forum
1 answer
134 views

Greetings.

I have the following problem, I want to load data into a ComboBox in my service WCF (. Svc). But not charging anything, the only difference I see is the one you selected in the attached images.

The difference is in the type:
In the example website <text/javascript>
In my website <application/xml>

The result running on the website. It is the image (servicio de ejemplo)
Sample code:

<script>

                $("#categories").kendoComboBox({

                        placeholder: "Select category...",

                         dataTextField: "CategoryName",

                        dataValueField: "CategoryID",

                        dataSource: {

                            type: "odata",

                            serverFiltering: true,

                            transport: {

                read: "http://demos.kendoui.com/service/Northwind.svc/Categories"                                

                            }

                        }

                    });

</script>


The result running on the website. It is the image (mi servicio)
My code:

<script>

                $("#categories").kendoComboBox({

                        placeholder: "Select category...",

    dataTextField: "Status",

                        dataValueField: "AcquisitionNo",

                        dataSource: {

                            type: "odata",

                            serverFiltering: true,

                            transport: {

            read: "http://192.168.0.125/SAGDataService1.svc/vwInventoryHeader"

                            }

                        }

                    });

              </script>


It gives me no error just not charge me anything.
I need help please
thanks



Jayesh Goyani
Top achievements
Rank 2
 answered on 09 Nov 2012
0 answers
86 views
1. We have the following chart looking like stairs:
http://jsfiddle.net/fyJys/318/
Looks ok.

2. And we want to add another column(x=3) to the stack that has the same value all over the data:
http://jsfiddle.net/fyJys/319/
Ta-dam! The stairs is broken! 

3. And now it is time for some magic. Let's move the last item of the first row of the stacks right before the second item (move value of "5" after "1" within x="1"):
http://jsfiddle.net/fyJys/320/
And we have it look the way we intended in 2 step

4) Ok, lets remove 2 stacks from the 2 step:
http://jsfiddle.net/fyJys/321/
The stairs also looks as expected.
Vladimir
Top achievements
Rank 1
 asked on 09 Nov 2012
8 answers
1.0K+ views
Is it possible to show multiple columns in the combo box?  For example if I want to show a list of users with user name, first name and last name.  Is that possible?
VINO
Top achievements
Rank 1
 answered on 09 Nov 2012
3 answers
2.0K+ views
Hi, I'm a novice in Kendo. I need format a number (show only two decimal places) but i don't find in the documentation how to do this... can anyone help ????

{ field:"potencia", title:"Potencia", template: ' ????? ' }
Marianne D
Top achievements
Rank 1
 answered on 09 Nov 2012
0 answers
58 views
how to get reference to the masterrow in detailgrid load event or Init event?
Muthu
Top achievements
Rank 1
 asked on 09 Nov 2012
3 answers
173 views
Hi,

how can I do client-side grouping for a mobile listview with Odata.

I have:
         ds = new kendo.data.DataSource({
                        type: "odata",
                        transport: {
                            read: {
                                url: "Servide.svc/kendotest"l,
                                dataType: "jsonp"
                            },
...
});

And I can populate the listview with:

 function mobileListViewTemplatesInit() {
        $("#custom-listview").kendoMobileListView({
            dataSource: ds,
....
});


But how do I group by one of the fields in the datasource?

Thanks in advance
Per
Andrew
Top achievements
Rank 1
 answered on 09 Nov 2012
0 answers
82 views
Kendo web grids have the great format feature for dates that can be used like this:

columns: format: "{0: MM/dd/yyyy"}

Maybe there is an easy way to get this formated into the regional settings that are local to the browser - maybe something involving the dateTime.toLocalString.

My questions:

1. Is there a built in telerik solution to this?
2. Has anybody solved this another way with some basic client-side only solution?

thanks.
Chris
Top achievements
Rank 1
 asked on 08 Nov 2012
0 answers
95 views
Hello,

is there a way to use the "url" property of a menu item to load an html fragment or a page or a partial page inside a specific div through ajax?

Thank you!
Matteo
Top achievements
Rank 1
 asked on 08 Nov 2012
0 answers
88 views
Basically, I have a kendo Grid (created via .kendoGrid({ .. }) and wondering if there is a way to use data-bind attribute within the template.  Or am I limited to using # and $?

Ex:
$('#grid').kendoGrid({
dataSource:myDataSource, // array of observables
rowTemplate: '<tr><td>Test</td><td><span data-bind="visible: isFooVisible, html: foo"></span></td></tr>'
...etc, etc
}

I know that I can equally create the grid via MVVM bind, but there seem to be a lot of unknown 'data-' attributes I'd have to add to the view to configure it properly.  
Adam
Top achievements
Rank 1
 asked on 08 Nov 2012
1 answer
48 views
When a grid is a content of window in Kendo, Read(read=>read.Data("data").Action("method","controller")
makes two requests. How can I fix this?
Eduardo
Top achievements
Rank 1
 answered on 08 Nov 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
SPA
Filter
Drawing API
Drawer (Mobile)
Globalization
Gauges
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
OrgChart
TextBox
Effects
Accessibility
ScrollView
PivotGridV2
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Collapsible
Localization
MultiViewCalendar
Touch
Breadcrumb
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
Popover
DockManager
FloatingActionButton
TaskBoard
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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?