Telerik Forums
Kendo UI for jQuery Forum
2 answers
165 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
294 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
84 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
401 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
196 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.3K+ 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
394 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
804 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
1 answer
218 views
I would like to build a menu based on JSON returned from a service.  But I can't seem to get that first menu item in the menu.  If the menu has items it is easy enough to insertBefore or insertAfter but if the menu is completely empty I can't seem to find the correct referenceItem to insert after or before.

Any help would be appreciated.
Kamen Bundev
Telerik team
 answered on 08 Aug 2011
2 answers
199 views
Hello team;
In Silverlight world where we have a miniature .Net at our disposal, we have the luxury of having LINQ to be able perform client side query on the objects.
What is the plan or direction of having some sort of client side query engine when dealing with local data or XML data?
Thanks!
..Ben
Ben Hayat
Top achievements
Rank 2
 answered on 05 Aug 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
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?