Telerik Forums
Kendo UI for jQuery Forum
3 answers
237 views
I am new to the HTML5 and Kendo UI stuff. is there any Hello World Example for accessing a web service
and returning the String to a div.


Thank you
Troy Clemons
Top achievements
Rank 1
 answered on 26 Mar 2012
0 answers
133 views
when i create
var mainmenuds =[{ }];

 var dSource= kendo.data.DataSource.create({
                    schema: { model: { id: "group_uid"} },
                    data: mainmenuds
                });

result is: [options:[data:[{ }]]]. if i want to assign it to a list i'm doing like:

 $("#mainmenuList").kendoMobileListView({
                template: $("#MymenuTemplate").text(),
                click: addToCartFromList,
                dataSource: dSource.options.data,
                group: "group_name"
            });
And also i unable to get data by "group_uid", like dSource.get(id), it returns undefined.
Tirumalesh
Top achievements
Rank 1
 asked on 26 Mar 2012
3 answers
389 views
Hi,

I have a very simple application in Kendo Mobile and i am not able to magnify my page with a Spread/Pinch gesture.

It does not work even in the PhoneGap application.
 
What must I do ???
Can you help me ???
mvbaffa
Top achievements
Rank 1
 answered on 26 Mar 2012
5 answers
156 views
I would like to be able to drag and reorder items using Kendo,
How do I easily acheive this. I want to be able to persist the new order
by making a call that updates the relevant tables in a database


please see the url below


 http://www.webresourcesdepot.com/wp-content/uploads/file/jquerydragdrop/
Guillaume
Top achievements
Rank 1
 answered on 26 Mar 2012
2 answers
128 views
I have a dropdownlist with the data-bind attribute set to {value: myfield} and data-source attribute set to {"transport":{"read":"myurl"}} (and the data-role of course).
It is loading the datasource 2 times (2 requests to the server). I think that the first time the data is read on creation of the DataSource and the second time when the value is binded. But I am not sure about that. I saw that the second time does not occur when myfield is empty.
Hope you can reproduce this with this info, if not I will take some time to create simple repro.

Regards, Jaap
Jaap
Top achievements
Rank 2
 answered on 26 Mar 2012
0 answers
97 views
Hello,

Will it be useful to have functionality similar to converters in Silverlight?
I am thinking about ability to have function which could convert value on set.
This could add  flexibility to the framework.
Something like:

var viewModel = kendo.observable({
            currencyAmount: 100.0,
            currencyText: {
 get: function () {
   var value = viewModel.get("currencyAmout");
   // convert to string and return converted formatted value.
},
 set: function (value) {
   // convert from string.
   viewModel.set("currencyAmout", amount);
}}
});


Andrey
Top achievements
Rank 1
 asked on 26 Mar 2012
1 answer
117 views
I wasn't able to make it to the bonus hands-on session after the keynote that was supposed to dive into detailed MVVM example.  I'm not seeing that on the youtube channel. Is that coming soon?
Brandon
Top achievements
Rank 2
 answered on 26 Mar 2012
1 answer
126 views
Where can I find the source code for the play list editor demoed in yday's Q1 launch webinar?
Brandon
Top achievements
Rank 2
 answered on 26 Mar 2012
9 answers
328 views
Hi,

In some sample code, namely the Grid's "Binding to remote data" sample code, we can see the following:

 $("#grid").kendoGrid({
  dataSource
: {
type
: "odata",
     transport
: {
      read
: "http://demos.kendoui.com/service/Northwind.svc/Orders"
     
},
          ...

I can't find this "type" property documented anywhere. There is a "dataType" property documented as part of the DataSource's transport's CRUD configuration. Are they related ?

Thank you
Atanas Korchev
Telerik team
 answered on 26 Mar 2012
4 answers
409 views
Is there any way there i can exclude the field containing remove button.

i did something like this.
$("input:file").kendoUpload({

            async: {

                autoUpload: true
            },
            select: onSelect

        });
     });  
    function onSelect() {
        $('.k-button').click();
        return $("#personal_image_submit_add").trigger("click");
    }

i did    $('.k-button').click(); to remove the field. but it doesn't work. Need suggestion in this regard.
Saqib
Top achievements
Rank 1
 answered on 26 Mar 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
Application
Map
Drag and Drop
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
ListBox
DropDownTree
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
PivotGridV2
ScrollView
Switch
TextArea
BulletChart
Licensing
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
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?