Telerik Forums
Kendo UI for jQuery Forum
1 answer
141 views
HI, 

I'm struggling to successfully bind to my JSONP service, the results come back fine, but it is as an array, and from the examples, i can not see how to pull a specific index out. im sure its something to do with the schema, but i cant seem to figure it out. 

my service returns like the following

?(
    {
        "name": "tempLocSearch",
        "columns": [
         
            "UniqueId",
            "Parent",
            "DisplayName",
            "Type",
            "X",
            "Y",
            "Rank",
            "Name",
            "Zoom"],
        "data": [
         
                [
                "010023831054", "17800386", "<b>Pathfinder</b> House, St Marys Street, Huntingdon, PE29 3TN", "Property", "523999", "271531", "22%", "Pathfinder House,  St Marys Street, Huntingdon, PE29 3TN", "100"
                ]
                ,
                [
                "010090390725", "17800386", "Customer Service Centre, <b>Pathfinder</b> House, St Marys Street, Huntingdon, PE29 3TN", "Property", "524029", "271563", "15%", "Customer Service Centre, Pathfinder House,  St Marys Street, Huntingdon, PE29 3TN", "100"
                ]
                 
        ],
        "total": 0       
    }
);


If this is not a standard JSONP, then my other question is, how can i add items explicitly to a control (eg combobox), such as combobox.items.add("Item 1");

many thanks
Atanas Korchev
Telerik team
 answered on 22 Aug 2011
5 answers
180 views
Will the RadControls for AspNet ajax slowly be migrated over to Kendo (give or take, you know what I mean :)

...like where does this fit into teleriks plans

...is it just a playground?...does that make sense?
Todd
Telerik team
 answered on 18 Aug 2011
2 answers
146 views
Hi,

i would like to change the content of one tab without using ajax.
For that thing i need to access the content of one tab. Is it possible ?

ex:
 <div id="tabstrip">
     
<ul>
         
<li>First Tab</li>
         
<li>Some Html code that may change dynamically, but without ajax call or local source binding</li>
     
</ul>
     
<div id="first-content">First Tab Content</div>
     
<div id="second-content">Second Tab Content</div>
 
</div>

Before using Kendo, i was able to access to content tab using $('#first-content')
But now, with Kendo, the id always change. So is there a suimple way to access it or must i code a
function to do that ?

Thanks
benjamin
Top achievements
Rank 1
 answered on 16 Aug 2011
5 answers
274 views
Hi,
i'm trying KendoUI tabStrip, but each time i try to use the API as required in http://demos.kendoui.com/tabstrip/api.html
it returned me an error :
     tabstrip.tabGroup.children("li:first")); return me an error : missing ; before statement

thanks for help
Kamen Bundev
Telerik team
 answered on 16 Aug 2011
2 answers
69 views
Hi;
Is it possible that other tools like Kendo to use Kendo's components or can Kendo use other tools' components and be able to do data binding?
Is there such a thing as a "common", databinding framework in JS or perhaps in jQuery that every vendor can follow to ensure components can be used among multiple tools?

Thanks!
..Ben
Ben Hayat
Top achievements
Rank 2
 answered on 12 Aug 2011
2 answers
359 views
Is there a way to save/load the grid settings, columns, behaviors, etc?

Initializing a grid based on user's saved data will be a great feature to enable self-servicing, personalization of the grid for the user. If this doesn't exist, please add the ability to load/store initialization options (columns, configurations) outside the code, such as in an xml/json file or database server side.

Thanks!
HHalim
Top achievements
Rank 2
 answered on 12 Aug 2011
1 answer
181 views
IS there a way to give data source to the chart from Dataset of DotNet?.
Todd
Telerik team
 answered on 12 Aug 2011
2 answers
1.2K+ views
I've got the following page created in an empty project, but when I run the page I get "Microsoft JScript runtime error: 'jQuery' is undefined" within "kendo.all.min.js"...am I missing something...I've attached project structure image for reference.


<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="KendoApp.Default" %>
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  
<head runat="server">
    <title title="Kendo UI"></title>
    <link href="styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
    <link href="styles/kendo.kendo.min.css" rel="stylesheet" type="text/css" />
    <script src="js/kendo.all.min.js" type="text/javascript"></script>
    <script src="js/jquery-1.6.2.min.js" type="text/javascript"></script>
</head>
<body>
  
<script type="text/javascript">                
    $(document).ready(function () {                    
        var data = [                            
            "12 Angry Men",                            
            "Il buono, il brutto, il cattivo.",                            
            "Inception",                            
            "One Flew Over the Cuckoo's Nest",                            
            "Pulp Fiction",                            
            "Schindler's List",                            
            "The Dark Knight",                            
            "The Godfather",                            
            "The Godfather: Part II",                            
            "The Shawshank Redemption"                        
            ];
        //create AutoComplete UI component                    
        $("#input").kendoAutoComplete({
            dataSource: data,
            separator: ", "
        });
    });            
</script>
  
<input id="autocomplete" />
  
</body>
</html>
Cliff Gibson
Top achievements
Rank 1
 answered on 11 Aug 2011
3 answers
356 views
Is there a way to use the Grid widget and leave any HTML elements  as is. I know I can load the grid through a data source and use a template but I would like to leave the existing code as is if I can.

Also whenever I load the grid based on HTML markeup it strips everything out of the table i.e.

<tr><td data-name="somthing">ipso</td></tr>

becomes

<tr><td>ipso</td></tr>
 

Thanks,
Dom
Rosen
Telerik team
 answered on 11 Aug 2011
0 answers
741 views
Do you want to help shape the future of Kendo UI? You can by simply sharing your ideas and feedback on the official Kendo UI Feedback Portal:

https://feedback.telerik.com/kendo-jquery-ui

The Kendo UI UserVoice is the place to:

  • Suggest new features, widgets
  • Suggest improvements to existing features
  • Vote on suggestions from others
  • Check on the status on new suggestions
For technical questions or bugs, use the Kendo UI Forums (where you are now). Our Support and Product Teams are actively engaged with these forums and can quickly help address technical issues here.

Download the Kendo UI beta and share your ideas on the Feedback Portal!
Todd Anglin
Top achievements
Rank 2
 asked on 08 Aug 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?