Telerik Forums
Kendo UI for jQuery Forum
5 answers
158 views
Hi,

I am trying to use the Calendar in an Embedded WebView hosted by a Window Container. I am using QTWebbkit.

The WebView show all the basic HTML widgets perfectly, when I execute $("#calendar").kendoCalendar the Caledar appears perfectly,
but the events do not work. For instance if I click to see the next Month nothing happens or if I click in a day it does not become selected.

Do you have any suggestions ?

Thanks
michael
Top achievements
Rank 1
 answered on 16 Aug 2012
1 answer
248 views
Hi,

I am using a scatter chart to display time series with many data points.
This as suggested as "another option" in the post http://www.kendoui.com/forums/ui/chart/overlapping-categoryaxis-labels.aspx.

Because there are many data points, I would like to suppress the bullets.
If not, the chart looks rather messy.

Could anyone advice me on how to suppress bullets in scatter and line charts ?

Thanks in advance,
Wouter
Wouter
Top achievements
Rank 1
 answered on 16 Aug 2012
0 answers
47 views
Hi

I am going to use kendo Grid in my MVC razor application. My application requires the grid controller like time availability checker. Am explaining my scenario below

I will be having the grid with the 7day columns (Monday to Sunday) and the other column named as Day. 

The first row will be with the name the available. in that the Day column will be available and  the remaining columns will be check box with option yes.

The second row will be with the name available. In that the day column is having the value start and the other columns will be the drop down with the values of time.

The second row will be with the name Available. In that the day column is having the value Finish and the other columns will be the drop down with the values of time. 


How to implement this scenario using Kendo Grid? Is it possible to achieve this? If so provide me the sample code.



Thanks
Lakshmi t
Top achievements
Rank 1
 asked on 16 Aug 2012
3 answers
508 views
How to set column width depending on the width of it's cell maximum width or set it auto size?   
Dimo
Telerik team
 answered on 16 Aug 2012
1 answer
233 views
I'm curious if it is supported to connect a grid that is initialized from a table with a dataSource for future paging calls?

For example - page 1 comes down pre-rendered with the HTML payload; user hits the next page link and the grid now uses AJAX to pull down JSON for the next set of items and renders them on the table.
Petur Subev
Telerik team
 answered on 16 Aug 2012
1 answer
54 views
Hi, I am new in Kendo UI, I want to apply Kendo UI in my web project.
I want to use globalization of Kendo UI to biliingulize my web project, does anybody know where can I find the details tutorials of how to use it? I read some introduction in this site, but it is so simple, I want to know the details of steps by steps of how to make a webiste bilingulized. I appreciate if anybody can provide an examples or URL links. Thanks a lot,

Peter
Petur Subev
Telerik team
 answered on 16 Aug 2012
3 answers
107 views
I am using the ios theme in a phonegap application.  Everything is working great, except on one page when I programatically create a listview from a datasource, the vertical stripped background goes white.  

It happens when the photoList listview is created by calling the following:

$("#photoList").kendoMobileListView({
    dataSource: photoDataSource,
    template: kendo.template($("#photoListTemplate").html())
 });

<script type="text/x-kendo-tmpl" id="photoListTemplate">
<a onclick="editPicture('${data.photo_id}');">
<img class="item-photo" src="${data.imageURI}">
<h3 class="item-title">${data.title}</h3>
<p class="item-info">(Click to edit)</p>
</a>
<a data-role="button" class="delete-link" onclick="removePicture('${data.photo_id}');">Remove</a>
</script> 

<ul data-role="listview" data-style="inset" data-type="group">
<li>Property
<ul>
<li style="text-align:center;"><h4 id="propertyInfoDisplay"></h4></li>
<li style="text-align:center;">
<a onclick="showCameraOptions();" data-role="button">Photo</a>
<a onclick="uploadThisPropertyPhotos();" data-role="button">Upload</a>
<a onclick="showMap();" data-role="button">Map</a>
</li>
</ul>
</li>
<li>Photos for upload
<ul id="photoList"></ul>
</li>
</ul>

Thanks in advance!
Francois Lorrain
Top achievements
Rank 1
 answered on 15 Aug 2012
1 answer
128 views
I've read some posts about this but nothing since. 

Are annotations going to be added to charts? If so, could you provide rough roadmap timeline for this?

Thanks
Iliana Dyankova
Telerik team
 answered on 15 Aug 2012
3 answers
127 views
Hi,

A dropdown editor with in-form editing like here : http://demos.devexpress.com/ASPxEditorsDemos/ASPxDropDownEdit/DropDownEdit.aspx is it possible with Kendo UI ?

Thanks
John DeVight
Top achievements
Rank 1
 answered on 15 Aug 2012
18 answers
3.0K+ views
I'm trying to load json data via a webservice, using the following code:

            var testing = new kendo.data.DataSource({
//                data: [{name:"test", type: "user",description: "A user"}]

                transport: {
                    read: {
                        url: "/api/testing",
                        dataType: "json"
                    }
                }
            });

        $("#overviewGrid").kendoGrid({
            dataSource: testing,
            columns: [ { title: "Name", field: "name" }, 
                       { title: "Type", field: "type"},
                       { title: "Description", field: "description" } ]
        });

The results form /api/testing are:
[{name:"test", type: "user",description: "A user"}] 

When this runs, I get the exception specified in the title (Uncaught ReferenceError: uid is not defined).

If I comment out the transport option of the dataSource and instead use the hardcoded data node, it works perfectly.
Any help on what I'm doing wrong?
joshua
Top achievements
Rank 1
 answered on 15 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?