Telerik Forums
Kendo UI for jQuery Forum
3 answers
98 views
Hi,
 
I have integrated the Splitter with vertical orientation.  While the content is overflowing the height of splitter, vertical scroll bar comes that is acceptable. But with vertical scroll bar stay in place when I collapse the splitter on IE 9, scroll bar stay intact which should not. (check out the attached JPG for the same).

Is this the bug of splitter on IE?

Let me know any possible suggestion.

Thanks
pratik
Top achievements
Rank 1
 answered on 17 May 2012
2 answers
121 views

I know how to add an menu item to an existing item but I would like to know how to add an item to the menu root.

Here's the code I have so far:

var MainMenu = $("#MainMenu").kendoMenu({
    animation: {
        open: { effects: "fadeIn" },
        close: { effects: "fadeIn" }
    }
});
 
MainMenu.append({ text: "New Root Item" }, MainMenu);

Simon
Top achievements
Rank 1
 answered on 17 May 2012
2 answers
153 views
Hi,

I cant seem to get grid paging to work. Even after specifying the total records the data is not paged.  You can find the fiddle below.
http://jsfiddle.net/sarvesht/p9Trg/12/

Regards,
Sarvesh
Sarvesh
Top achievements
Rank 1
 answered on 17 May 2012
1 answer
88 views
I haven't done a ton of testing and obviously I wouldn't do it on purpose even though it sounds like a "dont do that" situation but with the nature of dynamic interfaces I thought others may run into this.

If I have an <input /> with a class "k-input" and then tell it to be a kendoDropDownList or ComboBox, it actually crashes my browser if you try to click in the field. Like I said I didn't do a bunch of controlled tests but I have several drop lists and a grid in a panelbar also and I am seeing it crash in firefox 12 on a win 7 32b pc.
Dimo
Telerik team
 answered on 17 May 2012
10 answers
330 views
How do I call an odata method?

This is what I need to call
http://odata.site.com/USDA.svc/GetNutritionalInfo?ndbno=1001&seq=107&servingsize=1

Works though fiddler, however the kendo DS is appending these $format=json&$inlinecount=allpages&$callback=callback which is throwing a error 400 bad request.

Looks like if I remove this parameter fiddler, it returns the proper value
"$inlinecount=allpages"

How can I prevent that from being passed?
Courouble Damien
Top achievements
Rank 1
 answered on 17 May 2012
1 answer
135 views
When an update or a create is executed via the transport object, how do I get the HTML response from the server? 

update  URL:

var url = "/support/markasread/" + support_id + "/";

and this will respond with 0 or 1

create URL:

var url = "/support/newticketpost/";
 
this will respond with an ID of the newly create dticket.

How do I get this response HTML?
Lee
Top achievements
Rank 1
 answered on 17 May 2012
1 answer
184 views
Referencing this Fiddle.  Which is only a slight modification of this earlier question.

Overview:
  • Select box is bound to a datasource from the viewmodel.  
  • The datasource is dynamic (not static, but represented by a calculated field in the viewModel).
Expected Results:
  • Select control contents are dynamically populated with data source via the ViewModel method.
  • Selected Dropdown Value is bound to the appropriate viewModel field.
Actual Results:
  • Dropdown box contents are dynamically populated with data source via the ViewModel method. - CHECK
  • Binding to ViewModel for Dropdown 

Atanas Korchev
Telerik team
 answered on 17 May 2012
1 answer
418 views
Hello everyone,
I have the following code to create the table

<div id="grid"></div>
            <script>
                 
                $(document).ready(function() {
                    $("#grid").kendoGrid({
                        dataSource: {                           
                            transport: {
                                read: {
                                    url: "'.$url.'",
                                    type: "post",
                                    dataType: "json"
                                }
                            },
                            schema: {
                                model: {
                                    fields: {
                                    sel: {                   
                                     editable: false
                                     },
                                        CODE: { type: "string" },                                       
                                        TYPE: { type: "string" },
                                        CATEGORY_NAME: { type: "string" },
                                        ARTICLE_NAME: { type: "string" },
                                         
                                    }
                                }
                            },
                            pageSize: 60
                        },
                        
                         
                        height: 450,
                        scrollable: true,
                        groupable: true,
                        sortable: true,
                        filterable: true,
                        pageable: true,
                        selectable: "multiple row",
                         
                        columns: [{
                            field: "sel",
                            template: "#= kendo.toString(\'<input type=\"checkbox\" id=\"select\" value=\"CODE\"  />\') #",
                             filterable: false,
                             sortable: false,
                             width: 50
                            },
                            "CODE",
                            "TYPE",
                            "CATEGORY_NAME",
                            {
                                field:"ARTICLE_NAME",
                                filterable: true
                            }
                        ]
                    });
                });
            </script>



I would add a column with a checkbox to cancel multiple lines. As you see I added the input, but I can not enter into the record ID value. 

Thanks
Santosh
Top achievements
Rank 1
 answered on 17 May 2012
1 answer
82 views
I am seeing the Complete commercial package download, but not the commercial Web only download.  Am I missing something?  Is there a service pack available for Web only version?  If so, can you point me to it?  If not, can you advise on when will it be available?  

Thanks in advance,
Rik 
Sebastian
Telerik team
 answered on 17 May 2012
1 answer
132 views
How would one for instance set the combobox's maxLength property? (or any other properties on any of the widgets with the MVVM model without having to access the control in javascript?

thanks!
Atanas Korchev
Telerik team
 answered on 17 May 2012
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?