Telerik Forums
Kendo UI for jQuery Forum
1 answer
156 views
I noticed that the upload widget currently uses an HTTP POST for both upload and removal of files.  Would it make sense for the widget to default to an HTTP DELETE verb for removal of files?  Or perhaps offer the ability to configure the HTTP method in the configuration.  such as removeUrlMethod: 'DELETE'.  I think the RESTafarians would like it. :)


T. Tsonev
Telerik team
 answered on 29 Sep 2011
1 answer
83 views
Is it possible to fit an window in a splitting pane. If possible then how I can do it. please help. Thanks in advance
Dimo
Telerik team
 answered on 27 Sep 2011
8 answers
244 views
Will it be part of the Telerik Ultimate Collection?...wouldnt be too ultimate without Kendo :)
Sebastian
Telerik team
 answered on 27 Sep 2011
1 answer
492 views
Is there a way to show only unique values from the data source in this list or is there a way to filter the data source so only unique values are returned?
Georgi Krustev
Telerik team
 answered on 27 Sep 2011
5 answers
118 views
Hi!
Click (on desktop) in any range of slider moves slider at that point, but when tapping on mobile device - nothing happens. Is this feature or a bug?
Kamen Bundev
Telerik team
 answered on 26 Sep 2011
1 answer
190 views
Hi,
I'm trying to expand a TreeView node with a single mouse click.
To do this, I thought about using the select event (single click) to call the expand method.
Something like:

<script>
    $(document).ready(function() {
        $("treeview").kendoTreeView({
            select: function(nodevariable) {
                EXPAND METHOD SHOULD GO HERE
            }
        });
    });
</script>


Did anyone ever had the same situation or know if there's an example of an expand method I could use? Or how to use it in this situation? I tried the the code samples on the demo page but I couldn't understand how to get the Selector out of a node type.

thank you very much,
Paulo
Alex Gyoshev
Telerik team
 answered on 26 Sep 2011
1 answer
1.4K+ views
I have a json datasource that looks like:

{
    "people": [{
        "name": "John Smith",
        "phone": "(519) 420-2391",
        "address": {
            "street": "123 Main St",
            "city": "Someplace"
        }
    }]
}

And I would like to map the address fields in a kendo Grid.
I tried setting the schema based on the "Binding to XML" example:
new kendo.data.DataSource({
        data: people,
        schema: {
            type: 'json',
            data: 'people',
            model: {
                fields: {
                    name: 'name',
                    phone: 'phone',
                    address_street: 'address/street',
                    address_city: 'address/city'
                }
            }
        }
    })

But I'm getting some js error (q is undefined).

What's the correct way of doing this?
Georgi Krustev
Telerik team
 answered on 26 Sep 2011
1 answer
82 views
Hello,

On the TreeView Demo page (http://demos.kendoui.com/treeview/index.html) , select Methods tab -> expand.
You'll see the sample code: 
var treeview = $("#treeview").data("kendoTreeView");

  What is the ".data" function/method ?
  Thank you very much and sorry for this very basic question.

Paulo.
Nikolay Rusev
Telerik team
 answered on 26 Sep 2011
1 answer
373 views
Hello, kendo-Team. I don't know if i missed something, but how do i add new tab and some content in it?
Demo page explains how to create a tab only...without any content.....

1.tabStrip.append({
2.   text: "new Tab"
3.});

Is there a way to add some content at this way ?
Of course, it is solvable with jquery:
01....
02.tabStrip.append({
03.    text: "new Tab"
04.});
05.var $tabContent = $("<p>",
06.    {
07.        html: $("<div>",
08.            {
09.                text: "Lorem Ipsum"
10.            })
11.    });
12.$('.t-content:last').html($tabContent);
...but it would be very nice if there were a "content" property wich could be passed to the append-method

something like...
1.tabStrip.append({
2.    text: "new Tab",
3.    content : "Lorem Ipsum"
4.    // or <span>some HTML as string</span>
5.    // or $jqueryElement created via $()
6.    // or "some-link.to/a-remote-page.html"
7.});
Kamen Bundev
Telerik team
 answered on 26 Sep 2011
6 answers
136 views

Hello.
Congrats for this amazing framework to all webdev..
I was searching in the demo some features like forms (contact, validations fields, etc), but i cant see it.
is there some forms html5 based to start with kendo ui ?

thanks a lot!

Douglas
Top achievements
Rank 1
 answered on 22 Sep 2011
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?