Telerik Forums
Kendo UI for jQuery Forum
0 answers
64 views
Hi,
I need to vertically center a div in a mobile page (data-role="view"). I've tryed lot of solutions from google but no one do it :(
please help me!
thanks a lot

mauro
Mauro
Top achievements
Rank 1
 asked on 21 Jun 2012
1 answer
171 views
I have spent a lot of times looking through the forums and do not see any specific references to WCF Data Services and issuing batch updates from grid add/inserts.  I guess I will start by asking is this supported as the documentation is lacking?

I am using WCF Data Services and would like to see a CRUD example using batch updates on a remote data source.  Inline editing works ok, but for interface response it would be nice to reduce the number of clicks needed while editing.

Any help would be appreciated.
Nikolay Rusev
Telerik team
 answered on 21 Jun 2012
3 answers
158 views
Kendoui,

I have built a data service using .NET (windows authentication behind it).  I can query the web service fine in a browser, via a normal jquery call (none Kendoui template) but when I come to use the service from the Kendoui Grid sample I do not receive back any rows.

How can I pass authentication through to the web service?  I have used Kiddler and it is stating no WWW-Authentication headers are present etc.

Thanks.

Iliana Dyankova
Telerik team
 answered on 21 Jun 2012
1 answer
99 views
Please just correct following strings for:

sr-Latn-ME:

days: {
                    names: ["neđelja","poneđeljak","utorak","srijeda","četvrtak","petak","subota"],
                    namesAbbr: ["neđ","pon","uto","sri","čet","pet","sub"],
                    namesShort: ["ne","po","ut","sr","če","pe","su"]
                },

and for sr-Cyrl-ME:

days: {
                    names: ["неђеља","понеђељак","уторак","сриједа","четвртак","петак","субота"],
                    namesAbbr: ["неђ","пон","уто","сри","чет","пет","суб"],
                    namesShort: ["не","по","ут","ср","че","пе","су"]
                },

other is OK.
Georgi Krustev
Telerik team
 answered on 21 Jun 2012
2 answers
46 views
Hi

My time picker dropdown does not work (shows all values without a scroller) in any of the mobile devices. works on all browsers in the PC/Mac. What am I missing?

regards
Georgi Krustev
Telerik team
 answered on 21 Jun 2012
0 answers
96 views
How do I display an OK/Cancel dialog box when click close button (X) in popup editor?

Thanks
Safak
Top achievements
Rank 1
 asked on 21 Jun 2012
0 answers
129 views
I have an existing datasource as following , 

var data;    
      data = new kendo.data.DataSource(
      {
          type: "odata",
          pageSize: 5,
          endlessScroll: true,
          scrollTreshold: 30,
          transport:{
                       read: {
                           url: "http://odata.netflix.com/Catalog/Titles",
                           dataType: "jsonp",
 
                           data: {
                               Accept: "application/json"
                           }
                       }
                   }
 
               });

I want to create other datasource from this data source. I tried 
var data1 = new kendo.data.DataSource({
                    transport: {
                                   read: data.data()
                                    
                                }
                          });
                 data1.read();

it is throwing exception then I tried 
var data1 = new kendo.data.DataSource({ read: data.data()});
               data1.read();

It is throwing exception in all case.  My req is to create a filtered datasource from existing datasource .

Thanks 
Dhananjay Kumar
Dhananjay
Top achievements
Rank 1
 asked on 21 Jun 2012
0 answers
55 views
We are evaluating the KendoGrid as a candidate solution for a data application currently under design.  The dataset behind this application has a lot of columns.  Therefore, when we initialize the kendogrid, we want to be certain that the columns we ask for in the columns: setup only retrieves those columns from the OData service we have requested.  Typically this is done with a $select=col1,col2 syntax with OData.  For example, the following KendoUI sample feed supports this syntax:

http://demos.kendoui.com/service/Northwind.svc/Orders?$select=EmployeeID

to only return the EmployeeID from the service. 

We set the grid up, and have just a few columns defined.  When we watch the traffic in Fiddler however we can clearly see that the "full dataset" is being returned from the UI. Ideally, whatever we define in the columns: or schema: configuration arguments should filter down what's returned from the OData service. 

Does KendoGrid support this?  What would the configuraiton look like?

Michael
Top achievements
Rank 1
 asked on 21 Jun 2012
5 answers
148 views
Hello support

I would want to apply the same style of kendo controls to vanilla html controls like inputs or textareas.
Is there some predefined way to do it? 

Thanks in advance
Martin
Jeff
Top achievements
Rank 1
 answered on 21 Jun 2012
0 answers
58 views
Hi,

Has anyone come across a Facebook skin that works with KendoUI Mobile?  I did some searching and couldn't come up with anything.

Anyone interested in creating one?  I have small budget.

Thanks,

Sean
Sean
Top achievements
Rank 1
 asked on 21 Jun 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?