Telerik Forums
Kendo UI for jQuery Forum
6 answers
205 views
(reference attached)

So the "person-card-template" is the problem...the IMG src seems to be putting spaces before and after the username parameter and we're not sure why.  Inspecting with firebug, the JSON seems to be coming down without spaces for that parameter.

You can see the result in firebug on the left monitor image.

I added in some .Trim() statements to the webservice just to be SUPER sure it wasn't just firebug not showing them to me.

Steve
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 11 Nov 2011
2 answers
167 views
Hi, I received an email from kendo mentioning Kendo UI Data Viz.
I am unable to find any reference to this product.
Can you point me in the right direction?
Regards
Andrew
andrew
Top achievements
Rank 1
 answered on 11 Nov 2011
1 answer
205 views

Two datepickers on the same site

If I try to nitialize both with values the first one cant do it. I try to set January of the current year but he every time placed the February and if I select January he jump to December (previous year) !

The same jumoing happens if I select one in the first date picker and click into the second, than the first date picke jumps to december (prev year)?

some code :

var myDate = new Date();
$(document).ready(function() {
 
    $("#datepickerF").kendoDatePicker({
      value: new Date(myDate.getFullYear(), 1, 1),
      
                        // defines the start view
                        startView: "year",

                        // defines when the calendar should return date
                        depth: "year",

                        // display month and year in the input
                        format: "MMMM yyyy",
      change: function(){return false;}
      
                    });
 $("#datepickerT").kendoDatePicker({
                        value: myDate,
      
      // defines the start view
                        startView: "year",

                        // defines when the calendar should return date
                        depth: "year",

                        // display month and year in the input
                        format: "MMMM yyyy",
      change: function(){return false;}
                    });

});

and
<input id="datepickerF" value=""/>
<input id="datepickerT" value=""/>

Georgi Krustev
Telerik team
 answered on 11 Nov 2011
0 answers
135 views
I need axis support for my project. I looked the documentation but couldn't find any option for this feature. the feature provides us to limit users to move an element only one axis. and jquery ui already has this option. do you plan to add it in a short time?
Burak Emre
Top achievements
Rank 1
 asked on 11 Nov 2011
3 answers
190 views
This piece of code doesnt work ...
What is the failure?
<html>
<head>
<link href="http://cdn.kendostatic.com/2011.3.1007/styles/examples.min.css" rel="stylesheet"/>
        <link href="http://cdn.kendostatic.com/2011.3.1007/styles/kendo.common.min.css" rel="stylesheet"/>
        <link href="http://cdn.kendostatic.com/2011.3.1007/styles/kendo.kendo.min.css" rel="stylesheet"/>
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
        <script src="http://cdn.kendostatic.com/2011.3.1007/js/kendo.all.min.js"></script>
<script>
$(document).ready(function() {
 $("#datepicker").kendoDatePicker();

)};
</script>
</head>
<body>
<input id="datepicker" value="10/10/2011"/>
</body>
</html>
Marcus
Top achievements
Rank 1
 answered on 11 Nov 2011
6 answers
1.4K+ views
Started experimenting with Kendo to see how it could fit into our present work flow. Lot of stuff looks really promising. And the efforts put into documentation is also very commendable.
One thing I can't find is how to format json objects when using remote datasource in grid.
I have successfully managed to get a grid displaying the first set of records. But I can't get it to honor the fact that there are 491 records in total. Somehow the grid seems satisfied with displaying the first 20 records and stops there. The online demos I've found does not provide json examples, only odata, and in fact I can't get any of them to display what's returned from server using firebug. I have tried using labels like total, totalItems, totalFound etc to no avail.
Here's how the configuration is setup:
    $("#grid").kendoGrid({
        dataSource: {
            transport: {
                read: {
                    // the remote service url
                    url: "ajax.lasso",
                    dataType: "json",
                    // additional parameters sent to the remote service
                    data: {
                        ajax_action: "getaccessreqlist"
                    }
                }
            },
            // describe the result format
            schema: {
                // the data which the data source will be bound to is in the "results" field
                data: "results"
            },
            pageSize: 20,
            serverPaging: true,
            serverSorting: true
        },
        height: 450,
        scrollable: true,
        sortable: true,
        pageable: true,
        columns: [
            {
                field: "name",
                title: "Requirement Name",
                template: ' + `'<a href="./?edit/<#= recid #>/"><#= name #></a>'` + '
            },
            {
                field: "descr",
                title: "Description"
            },
            {
                field: "location_name",
                title: "Location / Site"
            },
            {
                field: "restriction",
                title: "Restriction"
            }
        ]
    });

/Jolle
Brad
Top achievements
Rank 1
 answered on 10 Nov 2011
1 answer
107 views
Hi, this is what I want to do, I have <input id="datepicker" value="10/10/2011"/> but I'd like to put something like value="Pick a date" instead of value="10/10/2011". I tried it already but the input shows empty. Any help? Thanks.
Georgi Krustev
Telerik team
 answered on 10 Nov 2011
3 answers
86 views
Should these charts work properly in IE 8?

When I run the examples, all the bars in the bar chart are the same color.  Also, seems to fail on first load, but on second load it generates a chart.  Still with all bars the same color.

tx
Hristo Germanov
Telerik team
 answered on 10 Nov 2011
0 answers
54 views
Hi,

    I am using Applet and Kendo window in my project . I have to open the window above the applet.
But when I am opening it is hiding behind the applet.

Please suggest me some way to see the window above the applet.

Thanks & Regards,
Sourav

Sourav
Top achievements
Rank 1
 asked on 09 Nov 2011
2 answers
701 views
Hi,

I've just upgraded to v2 of Kendo UI and I plan to use the grid, window and possibly the splitters in an html5 Amazon Cloudfront app.

The problem I encountered with v.1 was that I could not just use the grid and windows scripts as my grid & window would not render.

At that point I tried every combo of the separated (smaller) scripts and finally came to the conclusion I need the "all" script to have beta 1 function.

That script is 250k which is very expensive in terms of bandwidth for my architecture.

So I googled on CDN and I found a blog post on the kendo site with links to the cdn for beta 1 in an article. However I found no "official" discussion of the kendo CDN as exists on the Telerik site for example (I am a Telerik Ajax/Silverlight user for almost 3 years).

The CDN worked fine but I had some grid issues and I decided to upgrade to beta 2. It works for my grid but my windows are now transparent so I just downloaded the v2 beta to see what is going on. I use JQuery UI and it is possible it is my own doing that the background on my windows are all "transparent" in v. 2.

However the major concern is CDN. I am going to re-evaluate if just links to the grid & window scripts do the trick with v2 but what would be best is a commitment by Kendo to support the CDN :))

Further my additional concern was if I go live before Kendo is officially release and the beta CDNs exist would they be taken down one day causing my app to break? I need something that won't change in terms of CDN so that I can hotlink and forget about.

That's about it :))

I applaud your suite as this was something I believed was necessary in the industry for quite some time.

Cary










Cary Abramoff
Top achievements
Rank 1
 answered on 08 Nov 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?