Telerik Forums
Kendo UI for jQuery Forum
2 answers
212 views
I want to use Kendo UI Grid with its inline editing capabilities on my web apps. I used ASP.NET MVC 3. I've succeeded to read the data. But i've got a problem in deleting data. My parameter in my ASP.NET controllers always contains zero object (not null). I've checked in Firebug. My Javascript sent correct json format into the controller. And my controller use correct format for its parameter.. But my controller's parameter always zero result..

I've attach some screenshot of my problem. Please help me.. :(
Tim
Top achievements
Rank 1
 answered on 26 Mar 2012
0 answers
104 views
Hi,

I've the following scenario:
1) A ViewModel object with a remote datasource inside:
vm = kendo.observable({
  selected_row:
null,
  grid_rows:
new kendo.data.DataSource ({...})
});

2) A datasource outside the viewmodel:
combobox_values = new kendo.data.DataSource (...);

3) All the fields of a form are binded to vm, but take a look into this one:
js: kendo.bind($('#my_form'), vm);
html: <select id="some_id" data-value-field="id" data-text-field="description" data-bind="value: selected_row.field" data-role="combobox"></select>


where the data has the following structure:

selected_row = {field: {id: 1, description: 'something'}}

My questions are:
Q1) Is there a way to make this 'select' field to retrieve remote data using the combobox_values datasource? (look that this select field is already binded to the ViewModel vm.

Q2) Why the combobox component shows the field 'id' in the form instead the field 'description'? Look that the fields are declared in the html select element.

I appreciate any help,
Thaks,
Alessandro.

PS: Using the latest 2012 official kendoui web version.
Alessandro
Top achievements
Rank 1
 asked on 26 Mar 2012
0 answers
78 views
Hello,

I need to create a checkbox per row for edit/delete and I need a way to tell which rows have checkmarks.   Can anyone help?

Bruce
Bruce
Top achievements
Rank 1
 asked on 26 Mar 2012
8 answers
235 views
Hi,

Still testing your framework to see whether we can migrate, so here's another issue we run into.
Our current grid has one text field in the bottom left which when a value entered there, sends it to the server (all our data is remotely fetched using ajax), and on the server, we have logic to determine what fields we should earch for using this "simpleSearchValue".

For instance, for parties it would be looking into first name, last name, and address; using an OR filter, it would return all rows of which at least one column matches the data...

Consider it a "column-independent string filter".

How can we achieve this using the Kendo framework?

I hope this can be achieved as this would be a major showstopper for this project, and that would be a real pity as we're pretty impressed with the framework so far :o)
Juan
Top achievements
Rank 1
 answered on 26 Mar 2012
3 answers
221 views
I am new to the HTML5 and Kendo UI stuff. is there any Hello World Example for accessing a web service
and returning the String to a div.


Thank you
Troy Clemons
Top achievements
Rank 1
 answered on 26 Mar 2012
0 answers
109 views
when i create
var mainmenuds =[{ }];

 var dSource= kendo.data.DataSource.create({
                    schema: { model: { id: "group_uid"} },
                    data: mainmenuds
                });

result is: [options:[data:[{ }]]]. if i want to assign it to a list i'm doing like:

 $("#mainmenuList").kendoMobileListView({
                template: $("#MymenuTemplate").text(),
                click: addToCartFromList,
                dataSource: dSource.options.data,
                group: "group_name"
            });
And also i unable to get data by "group_uid", like dSource.get(id), it returns undefined.
Tirumalesh
Top achievements
Rank 1
 asked on 26 Mar 2012
3 answers
369 views
Hi,

I have a very simple application in Kendo Mobile and i am not able to magnify my page with a Spread/Pinch gesture.

It does not work even in the PhoneGap application.
 
What must I do ???
Can you help me ???
mvbaffa
Top achievements
Rank 1
 answered on 26 Mar 2012
5 answers
138 views
I would like to be able to drag and reorder items using Kendo,
How do I easily acheive this. I want to be able to persist the new order
by making a call that updates the relevant tables in a database


please see the url below


 http://www.webresourcesdepot.com/wp-content/uploads/file/jquerydragdrop/
Guillaume
Top achievements
Rank 1
 answered on 26 Mar 2012
2 answers
104 views
I have a dropdownlist with the data-bind attribute set to {value: myfield} and data-source attribute set to {"transport":{"read":"myurl"}} (and the data-role of course).
It is loading the datasource 2 times (2 requests to the server). I think that the first time the data is read on creation of the DataSource and the second time when the value is binded. But I am not sure about that. I saw that the second time does not occur when myfield is empty.
Hope you can reproduce this with this info, if not I will take some time to create simple repro.

Regards, Jaap
Jaap
Top achievements
Rank 2
 answered on 26 Mar 2012
0 answers
80 views
Hello,

Will it be useful to have functionality similar to converters in Silverlight?
I am thinking about ability to have function which could convert value on set.
This could add  flexibility to the framework.
Something like:

var viewModel = kendo.observable({
            currencyAmount: 100.0,
            currencyText: {
 get: function () {
   var value = viewModel.get("currencyAmout");
   // convert to string and return converted formatted value.
},
 set: function (value) {
   // convert from string.
   viewModel.set("currencyAmout", amount);
}}
});


Andrey
Top achievements
Rank 1
 asked on 26 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?