Telerik Forums
Kendo UI for jQuery Forum
1 answer
107 views
And disappear from original position?
And then move it inside the target from one spot to another?
Tim
Top achievements
Rank 1
 answered on 25 Mar 2012
0 answers
59 views
http://www.kendoui.com/documentation/framework/draganddrop/overview.aspx

In the above link, the "Drag" and "Drag Axis" examples use a lowercase "kendo" when I think they should be using a capitalized "Kendo".
Tim
Top achievements
Rank 1
 asked on 25 Mar 2012
1 answer
43 views

var productviewed = function(view) {
    alert("viewed");
};
$(document).ready(function() {
    $("#autoloan").bind("show", productviewed);
});

<div data-role="view" id="autoloan" data-title="Auto Loan" data-transition="slide" data-layout="message" >
...
</div>

I'm trying to hook to the show event of the view by doing the above. However the alert dialog seems to never get called.
Have I done something incorrectly? 

Ronald
Top achievements
Rank 1
 answered on 24 Mar 2012
2 answers
77 views
Hi,

How can I create a View dinamically, that is programatically ???

Should I use jQuery to insert in the DOM a Div with a data-role="View" ???

Thanks in advance
mvbaffa
Top achievements
Rank 1
 answered on 24 Mar 2012
0 answers
80 views
We are developing three different projects in parallel and hopefully one will go live during may. That particular one will unfortunately be an internal application for a customer so we won't be able to show it. But the other two will be live and public and one of them will probably also be using Mobile.

We would be really interested to see any live working sites running KendoUI, so please share a link if you have one or know of any.

Stefan
Top achievements
Rank 1
 asked on 24 Mar 2012
3 answers
117 views
Anyone else notice that Telerik seem to quite absent, only repling on the odd post and leaving other for weeks?
Stefan
Top achievements
Rank 1
 answered on 24 Mar 2012
0 answers
78 views
Why in the first time have showed that click again when they don't show ?help me im use jquery 1.7.1 
Seaman
Top achievements
Rank 1
 asked on 24 Mar 2012
0 answers
68 views
I have a problem, the grid inside the data, I would like to determine the third column of each line, if equal to 0, put the background color changes to red, do I do?
Seaman
Top achievements
Rank 1
 asked on 24 Mar 2012
5 answers
897 views
Hy 

I've updated today to the final release of kendo ui, mostly without any problems! 

But either I have a new issue with the combobox. 
I have a combobox that is bound to a remote json data source. Depending on the user input, I have then to change the value of the combobox (I get the id from the server of the new value). The filtering of the combo and also the paging is done on serverside. So what I do on client side is, I call 

var combo = $(this).data("kendoComboBox");
combo.value(newValue);

This works fine as long as the option has already been loaded by the control. But If the value is changed to something that is not in the list that has been loaded when the page has been opened, the control will just display the value, but without the right caption.

So my next try was to use the refresh method. So first I set the value as described before, then I call refresh on the combo. Either this has exactly the same behaviour, no quering of the server if the option is unkown.

My last try was to use the search function, this method does correctly the filtering of the options on the server side, but  then it will always open the suggest box that i don't want to have... I know what it has to be! 

Any suggestions how I can avoid this behaviour? Must i use the datasource directly??


Thank you 
Micha 

Frank
Top achievements
Rank 1
 answered on 24 Mar 2012
4 answers
392 views
Hi,

I would like send the UID from a new entry with the other data to the server. (I use the beta from KendoUI)

schema:
schema: {
                               model: {
                                   id: "ID",
                                   fields: {
                                       Email: { validation: { required: true}},
                                       datauid: { editable: false}
                                   }
                               },
                               total: function(result) {
                                   // Count records
                                   //alert(result.length);
                                   GridCount_dataBound(result);
                               }
                           }

columns:
columns: [
                            { field: "Email", title: "<?php echo $this->translate("Email"); ?>"},
                            { field: "datauid", title: "<?php echo $this->translate("UID"); ?>",  template: "<input type='hidden' name='datauid' value='#= uid #'>"},
                            { command: [
                                        {name: "edit"},
                                        {name: "destroy"}
                                       ], width: "200px"
                            }
                        ],

I can see the uid in the input field but the model is emty:
models  [{"ID":"","Email":"cyxcyxcxy","datauid":""}]

Could you help me?

Best regards
Damir
Damir
Top achievements
Rank 1
 answered on 23 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?