Telerik Forums
Kendo UI for jQuery Forum
5 answers
231 views
I'm trying to achieve essentially a drill-down menu within the drawer that behaves just like the Kendo splitview demo.  http://demos.kendoui.com/mobile/splitview/index.html#/

I have a top level list that when clicked should show a next level of items, and then finally when the last level item is clicked I want to load content in the main view.  Rather than having the menu in a pane of the splitview I want to use the drawer to have it slide out and let the user drill down in the drawer until the final item is clicked.  Perhaps simply being able to prevent the drawer from closing would suffice.
Petyo
Telerik team
 answered on 09 Dec 2013
1 answer
180 views
Hi,

When ever there is a empty string value in dropdown list, it is not appearing in the dropdown list. Please see the screen shot below ( the blue color line is the empty string item)... it is not shown properly

Thanks,
Shobana
Dimiter Madjarov
Telerik team
 answered on 09 Dec 2013
1 answer
169 views
Hello again,
how can i select a grid row,based on the value or the text of a dropdownlist?

first of all,i looked over the demo api on kendo site, and the code
@{
    ViewBag.Title = "GridApi";
}

<h2>GridApi</h2>
<div id="grid"></div>
<script>
    $("#grid").kendoGrid({
        columns: [
    { field: "name" },
    { field: "age" }
  ],
        dataSource: [
    { name: "Jane Doe", age: 30 },
    { name: "John Doe", age: 33 },
  ]
    });
    var grid = $("#grid").data("kendoGrid");
    var row = grid.tbody.find("tr:eq(0)"); OR variant 2: var rowIndex=1;row = grid.tbody.find(">tr:not(.k-grouping-row)").eq(rowIndex);
    var data = grid.dataItem(row);
    grid.select(row);
    console.log(data.name); // displays "Jane Doe"
</script>

i attached a picture with the error in firebug.
Dimiter Madjarov
Telerik team
 answered on 09 Dec 2013
1 answer
97 views
I’m
trying to set a common value in the “Message” parameter of the “IsEqualTo” property in a kendo grid. My project is
Multilanguage, so, when I select a language different than “English”, the shown
message is different than “Es igual a”. What should I do to fix that? This is
the piece of code:

        .Filterable(filterable => filterable

        .Extra(false)

         .Operators(operators => operators

            .ForString(str => str.Clear()              

               .IsEqualTo("Es igual a")

            ))
Dimiter Madjarov
Telerik team
 answered on 09 Dec 2013
4 answers
96 views
Hi,

I have created a plain new ASP.NET Webforms solution with just the jQuery and Kendo files added.
(Visual Studio 2013, Windows 8, jQuery v2.0.3, Kendo UI Complete v2013.2.918

When I put several Kendo drop down lists on a page I realize that tabbing between the dropdownlists is not working.

Then I have added all the js and style files from your demo solution and copied the drop down list Basic demo page (cap ordering). Tabbing still doesn't work.

Why is it working in your demo page but not in my Solutions? What is the trick?


Thanks for your help!
Alexander Valchev
Telerik team
 answered on 09 Dec 2013
1 answer
66 views
Hi 

I have an issue with the Kendo Treeview with checkboxes while refreshing it with the data having its children unchecked (with property isChecked in JSON for treeview as false)

Please find the working example in the JSFiddle link -  http://jsfiddle.net/YdmJE/29/


Regard
Arun
Alex Gyoshev
Telerik team
 answered on 09 Dec 2013
6 answers
132 views
i have a seriesClick on dashboard chart,
when i try with ipad, i click the chart and drag down, all i want is scorll window, but kendo trigger the seriesClick function , any one can help?
Dimiter Madjarov
Telerik team
 answered on 09 Dec 2013
1 answer
243 views
Greetings,

I have a requirement to create a treeview with checkboxes with the following details:

  • The tree will have a lot of items in it, so it should load nodes dynamically upon expansion.  My assumption is that this means I will be binding to a Hierarchical DataSource
  • Special behavior:  When an item is checked, all children should be checked.  (Unchecking should not uncheck the children, it's just the check operation that propagates downwards)
  • Impotant: The built-in "checkChildren" behavior does not work for this requirement as it enables tri-state and links the checked state of the parent to the checked state of the children, which is not desired.

This combination is proving to be very challenging to implement.   I have tried using a template for the nodes and providing my own checkbox, however the checkbox doesnt seem to bind properly (and anyways, two way binding would be needed and I don't have any idea how to enable that).


Any advice on how to approach this?

Alex Gyoshev
Telerik team
 answered on 09 Dec 2013
1 answer
112 views
Hello Guys,


I have read this post here:
http://www.kendoui.com/forums/kendo-ui-mobile/application/ios-7-safari-button-bar-block-part-of-the-page.aspx
Because I have the same problem : the Safari bar at the bottom which I want to get rid of~.
I have tried the "useNativeScrolling to true", but it's truncating all of my views, even if I add this code:
<div style="height:1000px">
...
</div>

I saw that there was a talk about a bug on Kendo and something was in progress: any news on that?


Regards,
Chris.
Petyo
Telerik team
 answered on 09 Dec 2013
1 answer
84 views
There are 2 major holes in the tab control that need to be fixed:

1. You should be able to set a field that is used when data bound to define which is the selected tab. This is especially important when working with Knockout or MVVM to keep the model clean instead of having to do it manually after binding.

2. There needs to be a field setting that allows you to specify the element per tab that will be used for the content. You need this for example when you have a grid that is getting filtered based on the tab click. Otherwise the grid ends up outside the tab area and looks bad visually because it's not really content.

These are 2 pretty basic things. I'm hoping these can be added to clean up this control.

Thanks!
Kiril Nikolov
Telerik team
 answered on 09 Dec 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?