Telerik Forums
Kendo UI for jQuery Forum
7 answers
245 views
Hello everyone!

I would like to know for what we have 'ranges' in DataSource, and when/where we are using it.

Cheers!
Rosen
Telerik team
 answered on 30 Sep 2011
1 answer
155 views
Dear Kendo UI Team and fellow users,

Is there a nice search feature for the grid or if not, will there be in the future?

Thanks so much!
Nikolay Rusev
Telerik team
 answered on 29 Sep 2011
1 answer
191 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
94 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
279 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
540 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
131 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
211 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
98 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
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
Licensing
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
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?