Telerik Forums
Kendo UI for jQuery Forum
1 answer
74 views
hi kendo ui mobile apps looks nice in ios simulator
why its looks terrible in android simulator
i mean why the buttons colors changed 
why the tabstrip gone top
why the tabstrip text disappeared
can i prevent this
can i make same look in both ios and in adroid
Alexander Valchev
Telerik team
 answered on 18 Feb 2013
3 answers
177 views
I have a template column in the grid as below,

columns.Template(
            @<text>
            @item.GrantStartDate-@item.GrantEndDate
            </text>
            ).Title("START-END DATE");


Both @item.GrantStartDate and @item.GrantEndDate are nullable dates.

How can I apply 'yyyy-MM-dd' format to these dates 
Thanks
Dimiter Madjarov
Telerik team
 answered on 18 Feb 2013
1 answer
663 views
Is there way to format the values and input field of the ComboBox widget?

Essentially I'd like a merged combobox/numeric textbox...
Alexander Valchev
Telerik team
 answered on 18 Feb 2013
1 answer
132 views
Hi,

I have searched the web and the forums but I just don't get how to do this. 
I load a tree from a data source and each tree element .
My requirement is to move the selected item in the tree view to root element.
Consider an example
A
A.1
A.2
A.3
B
B.1
B.2
B.3

Here i was  selected  B.3  the B wants to  move to first root element in tree view  
It should be so easy but I just don't get it.

Thanks in advance,

Vladimir Iliev
Telerik team
 answered on 18 Feb 2013
1 answer
330 views
Hello,
I have a strange bug with Kendo UI Grid.
I have many columns all with fixed size. My grid have a fixed size too. When I scroll horizontally and reach the last column, the grid header is not aligned with the content. The attachment image show this behaviour. With Chrome I don't have this problem. WIth Firefox and IE I have the same problem.

Is there any workaround?

I have tried with a dummy column at the end of the grid, but with no effects.

Thanks.
Giovanni
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 18 Feb 2013
1 answer
92 views
Hello,

I've found that there is a method accept() in kendo.data.ja. 
However, there is no information regarding it in your documentation regarding API.

So the question is: 
Is it safe to use this method in my code or there are some pifall

Thanks,
Andriyan.
Vladimir Iliev
Telerik team
 answered on 18 Feb 2013
3 answers
173 views
Is there a way to scroll the ActionSheet?  If the iPhone is turned on its side, only four items can be shown.  I have a need for a potentially large menu of items.  The ActionSheet is otherwise perfect, but it would be nice if I could scroll the options.
Alexander Valchev
Telerik team
 answered on 18 Feb 2013
1 answer
36 views
Hi Kendo team,

We love your controls but we don't this forum.

The search engine of this forum is really terrible. For example searching for multiple terms is not working well, nor can you search just one category. Often I want to search only in e.g. the Kendo Window category. I usually end up searching on Google.

I would also like to suggest adding a place where people can upload their open source custom widgets. It is tough to find this (there are not many yet but highlighting those might incite more people to constribute).

Thanks,
Stephan
Sebastian
Telerik team
 answered on 18 Feb 2013
1 answer
142 views
Hi,

I would like to snap my series-labels to x-axis or better give margin value relative to x-axis. Please see attached image. Top image is default behavior and the image at the bottom is what I would like to do.

Barbaros Saglamtimur
Top achievements
Rank 1
 answered on 18 Feb 2013
0 answers
137 views
Hi guys, 
I'm trying to implement a kendo menu with an handler for close event.


here is my code:

var MyNamespace = {
 
    Init: function() {
        var menu = $("#userMenu").kendoMenu({ close: MyNamespace.OnClose }).data("kendoMenu");
        ....
    },
     
    OnClose: function() {
        alert("closed");
    }
}

It's pretty much the same code from the demo but I never get the alert win to shows up...
I tried some alternative like put the handler inside the Init method, or to put the alert directly inside .kendoMenu({...})..
nothing happened..
What am I doing wrong? 
thanks
Fabio



EDIT: ok I figured out..
In the code there was another declaration of the same kendoMenu the probably overwrote the one in which i put the handler.
(I'm doing some maintenance to someone else code...)
Sorry!  
Gaetano
Top achievements
Rank 1
 asked on 18 Feb 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?