Telerik Forums
Kendo UI for jQuery Forum
2 answers
244 views
I started learning Kendo Mobile, Is working with a local data, then i tried to work with a simple webservice. the webservice return a List of:

  public class Test
    {
        public string name { get; set; }
        public string Prom { get; set; }
    }

in JSON Format. I verified, and put a break point at the method and also check in Firefox Firebug. it's correct. the following is my code

    <div data-role="view" id="grouped"
        data-transition="" data-title="ListView" data-layout="databinding">
        <ul id="grouped-listview">
        </ul>
    </div>
    <script type="text/javascript">
        $(function () {
            var dataS = new kendo.data.DataSource({
                transport: {
                    read: {
                        type: 'POST',
                        url: 'KendoMobile.asmx/GetTest',
                        dataType: 'json',
                        data: '{}',
                        contentType: 'application/json; charset=utf-8'

                    },
                    schema: {
                        data: 'd'
                    },
                    group: 'Prom'
                }
            });

            $("#grouped-listview").kendoMobileListView({
                 dataSource: dataS,
                template: "${name}"
            });

        });

the page is not showing any data. What's wrong with my code. all CSS, and JS are added correctly since is working with a local data. Any help would be greatly appreciated.
Georgi Tunev
Telerik team
 answered on 12 Mar 2012
4 answers
256 views
Hi Team,

This are the following control i am going to use in my project
so i just wanted to know whether they are available in kendoUI as component
if they are not available ,then whether these controls can be created by us.

Silder
Dropdown
Right Click(context menu)
Tooltip
Page Search
Accordion
List Box
Clone : creating a new row with necessary controls.
List editable
Images Gallery
Popup


Waiting for your reply


vikash kankaria
rvikash@interaktco.com
Stephen
Top achievements
Rank 1
 answered on 12 Mar 2012
3 answers
162 views
seeing a weird issue with the latest kendo beta release.  If I include the jquery validating plugin (http://bassistance.de/jquery-plugins/jquery-plugin-validation/) in my project (this plugin is included by default in asp .net mvc apps btw) the dropDownList stops working properly in IE9 only.

I'm not even using it for anything, it's just in there and basically it causes the dropDownList to not dropdown when the down arrow is clicked.  Sometimes it'll open on double-click.  Also you can get it to open if you just click on the text part of the control.

I'm fortunate enough to be able to just remove the validation plugin but I'm sure others won't be so lucky :(

any ideas??
Alexander Valchev
Telerik team
 answered on 12 Mar 2012
3 answers
292 views
Hi,

I would like use a text (only text without button) in the toolbar, after the buttons "create", "edit" and "save". in this, I would like write "New or changed data are not stored - Please save data". It is possible?
Alexander Valchev
Telerik team
 answered on 12 Mar 2012
0 answers
96 views
*UPDATE: FIXED

I have a bunch of data that's being put into a Grid View and I have a number box in there.

If the input is converted to a NumericTextBox after being placed in the Grid it's fine, but the problem is I can't control when this happens and the Grid mangles the NumericTextBox when it's been rendered in advance. Not only is it mangled but it's basically unusable as well.

I've attached a screenshot. It would be ideal if I could get the Grid to not mangle the widget as I can't seem to think of an event to bind to that will fire after the Grid has been created.

*UPDATE: Fixed with some custom events and jQuery.
Rei
Top achievements
Rank 1
 asked on 12 Mar 2012
7 answers
247 views
I have somehow managed to make a load on demand treeview with kendo.
However I have found an issue while I was developing it. I'm making use of the function append (which calls to _insertNode), in this function (_insertNode) you are setting by default "expanded: true" to the groupData.
This works ok (though we do not need the node to be expanded if we're trying to load on demand) in firefox and chrome, however in IE9 after collapsing and expanding a second depth level (though to other people may happen on any other level) the child items are shown behind the other n-1 level items, using css language:

n-1 level items -> z-index: 999 (not real just to let you understand it)
n level item -> z-index: 1

Setting it to false "expanded: false" fixes it anyway.
Alex Gyoshev
Telerik team
 answered on 12 Mar 2012
5 answers
105 views
I am using grid to display some xml data.  When I use groupable and drag a column header to the group drop site, the 'loading' image stays up and the IE F12 Console shows the message

    SCRIPT5007: Unable to get value of the property 'STORES': object is null or undefined
    kendo.all.min.js, line 11 character 28938

Sample page and data is at devenezia-dot-com/kendo
Nikolay Rusev
Telerik team
 answered on 12 Mar 2012
3 answers
189 views
Hi,

I have the next html

<select name="month" data-role="dropdownlist" data-text-field="text" data-value-field="value" data-bind="source: months, value: selectedMonth, event: { change: changeListener }" required validationMessage="Please select {0}"></select>

Unfortunatelly this doesn't take the listener, I also tried

<select name="month" data-role="dropdownlist" data-text-field="text" data-value-field="value" data-bind="source: months, value: selectedMonth, change: changeListener" required validationMessage="Please select {0}"></select>
with same results: no listener is triggered.


Am I doing something wrong?

Thanks in advance,
Atanas Korchev
Telerik team
 answered on 12 Mar 2012
1 answer
204 views
I'm trying to add multiple pie chart on one page, it seems that there is a height on the div that holds the pie chart, I can't reduce the that height for some reason, I tried inspecting that element and it gives me a tag like <path="fill" stroke-height etc..

is there a way I could achieve this?
image attached for demo

Thanks
Hristo Germanov
Telerik team
 answered on 12 Mar 2012
6 answers
168 views
Quite randomly I will get a bar graph that renders all the bars inverted so that they show up going from the x axis down and not up. (see attached)  The same data is being passed to it every single time and I really see no rhyme or reason to when it decides to render incorrectly.  Have you see this occur before?  The chart is a stacked bar chart.  
Hristo Germanov
Telerik team
 answered on 12 Mar 2012
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?