Telerik Forums
Kendo UI for jQuery Forum
11 answers
279 views
My application has started to overlay the top status bar on all ios devices. As a result, keyboard entry, navigation and other features no longer work properly. I found this: http://docs.icenium.com/troubleshooting/ios7-status-bar , but my issue is not ios7 specific, and adjusting the margin causes the footer to sink below the bottom edge of the screen.

I can't remember doing anything that would specifically effect the display. Perhaps someone has encountered this previously?
Kamen Bundev
Telerik team
 answered on 20 Nov 2013
3 answers
115 views
Hi,

I am using the Bubble chart, could be possible to add opacity to each bubble?

I would like to modify the opacity of each bubble to create a dinamicaly "trail" with the same bubble with different values.

Thanks,
Luis
Mark
Top achievements
Rank 1
 answered on 19 Nov 2013
7 answers
2.3K+ views
Hi,
I have a grid in batch edit mode.
I'm trying to update other cells values based  on the changes I make to the current edited cell but I'm not able to do that.
The value I set in another cell is  there but it is not visible until I click on that cell and I don't know why.
I was trying to refresh the grid but on grid refresh, the current cell exits the edit mode and I don't want this to happen (I have 2 values that I want to edit in a single cell).
Also I can see that the updated cells that are on the same row with the current edited cell are updated automatically, so my problem refers only to the cells that belongs to another row.
Can you help me with that, please ?
Thanks!

Crina
Dimiter Madjarov
Telerik team
 answered on 19 Nov 2013
1 answer
97 views
I'm using the following code to define a custom button background icon:                  
       <style>
                            .km-root .km-pane .km-view .km-logo {
                                background-image: url(styles/images/icon40.png);
                                background-size: 100% 100%;
                            }
                        </style>

For some reason it only works on android. IOS shows a blank button. Any thoughts?

Also, is there any way to make the icon span the entire button? Or else to set the gray part to transparent?
Michael
Top achievements
Rank 1
 answered on 19 Nov 2013
1 answer
67 views
Hi,

i am Using Icenium with kendo.mobile.min.js , jquery.min.js

i am trying to add some data to my datasource.

Let's assume i am in a for loop and every time i go through the loop i want to add some data to my dataSource.

--
var datasource = [ ];

for (var k = 0; k < subjson.length; k++) {
                                                         for (key in subjson[k]) {
                                                             if (subjson[k].hasOwnProperty(key)) {
                                                                 if (key == "name") {
                                                                     var arraycount = array + 1;
                                                                     output = subjson[k][key]


                                                             }  
                                                             // retrieve other keys, like link, image, etc.
                                                         }
                                                     }


I tried to use

dataSource.add({ 
name: output });

However i am not getting any luck, since it's always throwing

Object [object Array] has no method 'add'

Any ideas?

Rgds

Steve
Telerik team
 answered on 19 Nov 2013
1 answer
5.5K+ views
Greetings,

I have a problem that probably has a simple solution that I am overlooking. I have created a widget to extend Kendo widget. In the widget I have a DropDownList that seems to "cache" the read.data. I want to be able to have the datasource re-read the data on each post. In the code below the initial read has the correct values, however, when I call datsource.read the data function is not being called again as I would expect. 
that.divTestDropDownList.kendoDropDownList({
    dataTextField: "TypeName",
    dataValueField: "TypeID",               
    dataSource: {
        transport: {                       
            read: {
                dataType: "json",
                url: that.options.testUrl,
                data: getTestData()
            }
       }
  }
 
 
function getTestData() {
    return {
        testID: that.divOtherDropDownList.val()
    }
 };
 
//When I Call that.divPlayListDropDownList.data("kendoDropDownList").dataSource.read();
//in response to another control change the testID does not change
//although I can see it has changed in the console
Ross B.
Top achievements
Rank 1
 answered on 19 Nov 2013
6 answers
295 views
I just tried one of our apps in the iOs 7 simulator, and it seems to work fine except for one thing: The status bar change in iOs affects the header in the Kendo Mobile app. The elements from the iOs status bar overlays the title and the button in the header.

What's the recommended way to fix this?

I was thinking about expanding the header, so that enough pixels are reserved for the status bar without it overlaying the other elements. But that should ideally just be done when on iOs 7.

Screenshot attached.
Adrian
Top achievements
Rank 1
 answered on 19 Nov 2013
1 answer
64 views
Hello,
 I'm trying to show a confirm message in the drop event that allows the user to cancel the move. 

  onDrop(e){
   e.setValid(confirm('Are you sure you want to move this folder?'));
}

the functionality seems to work, but the confirm message seems to be triggering twice. I am using the latest version (2013.2.1104) and this seems to be occurring in all browsers.  


Alexander Valchev
Telerik team
 answered on 19 Nov 2013
1 answer
180 views
See the attached image - that's what I want to do :-)  Is it possible?

Iliana Dyankova
Telerik team
 answered on 19 Nov 2013
8 answers
132 views
Hi,
I have found a bug in Kendo mobile demo. If you open ModalView in the demo and click on the input field, the native keyboard pushes the whole modal up, and you can no longer see the input field, even when typing.

Bug is reproducible on Android 4.1.2 native browser. Samsung Galaxy S2 phone.

Any ideas on how to fix this?
Kamen Bundev
Telerik team
 answered on 19 Nov 2013
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?