Telerik Forums
Kendo UI for jQuery Forum
1 answer
172 views
Hello,

In chrome, when we zoom in for a certain zoom level (110% , 125%) we are getting scroll bar inside tooltip .
Please let us know if there is any fix for this? 
Please refer attached file for more details.
Iliana Dyankova
Telerik team
 answered on 12 Nov 2013
3 answers
180 views
Hi guys,

I'm having an issue with a server paged data source, where if the length of the result set changes the data source is not updated with the change. For example:

                    $("#grid").kendoGrid({
                        dataSource: {
                            type: "json",
                            serverPaging: true,
                            pageSize: 100,
                            transport: {
                                read: {
                                    url: "/Req/Azure",
                                    dataType: "jsonp",
                                    data: {
                                        sid: sid,
                                        q: query
                                    }
                                }
                            },
                            schema: {
                                data: "data",
                                total: "total"
                            }
                        },
                        height: h,
                        width: "auto",
                        scrollable: {virtual: true},
                        selectable: "row"
                    });

If on the first request of the data source (page=1, skip=0, take=100) the total is 200 and on the second request (page=2, skip=100, take=100) the total is 202, the data source never makes a third request as it has reached the initial 200 records.

Any ideas how i can work around this issue?
Tony
srikanth
Top achievements
Rank 1
 answered on 12 Nov 2013
4 answers
164 views
We just update all use of our Kendo control to use "kendo.destroy(context)"

Combobox, datepicker don't show any leak now

But we see that splitter still have some leak.

In ajax we refresh some information in our page, and remove the splitter each time.

In debug we check that "kendo.destroy" was call before we remove the DIV that was made into splitter.

If we just remove the call to kendo.splitter we don't have leak.

Thanks
Petur Subev
Telerik team
 answered on 12 Nov 2013
3 answers
168 views
I'm trying to use multiple layout definitions without success. The views are always using the default one. The code is looking like that:
<div data-role="layout" data-id="default">
    <header data-role="header">
        <div data-role="navbar"> some content ... </div>
    </header>
    <footer data-role="footer">
        <div data-role="tabstrip"> some content... </div>
    </footer>
</div>
 
<div data-role="layout" data-id="layout2">
    <header data-role="header">
        <div data-role="navbar"> some other content ... </div>
    </header>
    <footer data-role="footer">
        <div data-role="tabstrip"> some other content... </div>
    </footer>
    </footer>
</div>
 
<div
    id="view1"
    data-role="view"
    data-layout="default"
>
   content...
</div>
 
<div
    id="view2"
    data-role="view"
    data-layout="layout2"
>
   content...
</div>
"view2" is using the default layout as well (instead of "layout2"). Am I doing something wrong? I just followed the layouts documentation.
Kamen Bundev
Telerik team
 answered on 12 Nov 2013
1 answer
173 views
Hi,

    How could I show tooltip message in editor event template when validating dates like in demo?

    (" End date should be greater than or equal to the start date")

    Currently on my scheduler I can see tooltip but without message, only it shows exclamation icon. Additionally as I show a dropdownlist with resources the tooltip is displayed below this dropdownlist and I can't see the tooltip.

Thank you very much
Regards
Vladimir Iliev
Telerik team
 answered on 12 Nov 2013
2 answers
281 views
We have the requirement to conditionally hide and show the footer nav bar (based on whether anything is selected in a list view). We've tried various approaches to this but have not yet found a 100% working solution. Currently we are setting "display: none" on the footer element but the footer still shows during slide transitions. Do you know of a way to prevent it showing during tranisitions?

Petyo
Telerik team
 answered on 12 Nov 2013
1 answer
411 views
Hello,

I do have a Kendo UI Mobile app which I created with the VS Icenium extension. My question is if it is possible to open remote pdf documents with the native pdf viewer which is installed on a mobile device.

Currently, I'm using this code in order to open a document:
        < ... >
        if (device.platform === "Android") {
            window.open(data.uri, '_blank');
        }
        else {
            window.open(data.uri, '_system');
        }
        < ... >
This opens the browser and downloads the file, which is retrieved from a wep.api .NET MVC webservice. On iOS it works quite well. But on Android it opens the browser and starts the file download in the background and the document is not opened in the browser. It is necessary to pull down the message center in order to open the file.

But like I said, it would be great if I could check if a pdf viewer is installed on iOS / Android and ask the user to open the document with it otherwise opening the file in the browser using the code from above.

Additional, I don't know how to pass the autherize accesstoken which I'm using to secure my MVC webservice. Personally, I don't like the idea to pass the accesstoken in the querystring parameter. Is there a better way something like using ajax?

Searching the internet the only option I was able to find was pdf.js (which I wasn't able to implement into my app).

I'm an absolute beginner with HTML5, jquery, Kendo UI Mobile etc. and it would be great if you guys could give me your help!

Thank you in advance!

Regards,
Martin
Iliana Dyankova
Telerik team
 answered on 12 Nov 2013
2 answers
104 views
Hi,

I am looking for a list of good iOS-KendoUI apps that are currently offered in the Apple App Store.

My boss wants to see that some KendoUI based apps have made it through the Apple acceptance process.

Can anyone help?

Thanks,
Eric
Kiril Nikolov
Telerik team
 answered on 12 Nov 2013
5 answers
449 views
Hello everyone,

    I would like to know how to config tooltip message when mouse is over an event in day, week and month views.

   Also how I could show tooltip message in editor event template when validating dates like in demo.

    Currently on my scheduler I can see tooltip but without message, only it shows exclamation icon. Additionally as I show a dropdownlist with resources the tooltip is displayed below this dropdownlist and I can't see the tooltip.

Thank you very much
Regards
Vladimir Iliev
Telerik team
 answered on 12 Nov 2013
1 answer
95 views
Hello,

I'm using the javascript implementation for kendo ui grid - kendo version: 2013.1.319.

I added a column menu to my grid that contains 6 column .

My columns definition is this: 

 columns: [
                     {field: 'WorkOrder().Name()', title: 'Work Order'}, 
                     {field: 'Product().Name()', title: 'Product Name'}, 
                     {field: 'Customer().Name()', title: 'Customer'},
                     {field: 'Operations', title: 'Operation'  }, 
                     {field: 'WorkOrder().PercentProduced()',  title: 'Percent Produced' }, 
                     {field: 'WorkOrder().DueDate()',type: 'date', title: 'Due Date' },
                     ],

for some reason while opening   the menu  there are  7 columns displayed when the last one's title is undefined (see the attached image).

while trying to figure out where the extra  column came from, I checked my columns attribute in the grid object using this function:

    var grid = $("#grid").data("kendoGrid");
     alert(grid.columns.length); 

the result was only 6 .

Where to look for the expendable column and how to delete it? 

Thanks

Eran




 
Nikolay Rusev
Telerik team
 answered on 12 Nov 2013
Narrow your results
Selected tags
Tags
+? 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?