Telerik Forums
Kendo UI for jQuery Forum
1 answer
105 views
Hi,

When you remove the last item in a panel bar it seems to remove the container as well (if it is a UL).  Additionally I notice that you only seem to be able to add an item if you provide an existing item to a insert before/insert after/append to.

The only way around this seems to be to provide a datasource to construct the panel bar from (essentially allowing initialisation of an empty DOM node).  However, how do I then change the items completely (eg. remove all of the items and add others?  Do I need to destroy and replace the container to do this?

Also, if the container is a DIV and not a UL, you get a DIV with LI subitems in it, which seems to display fine, but which is probably not correct.  Perhaps this should be checked on initialisation of the control and a wrapper constructed/initialisation aborted??

These issues also seem to affect the Menu control as well.

Regards,
Cuinn.
Kamen Bundev
Telerik team
 answered on 13 Feb 2012
6 answers
247 views
I have a DropDownList in a Window, It has 2 elements.  When clicked on, it is not expanding downwards (well, it does a tiny bit).   I can use the arrow keys to select the 2nd element.  Any idea why it is not expanding downwards?  A tab panel is located just under it (with a couple of<br's in between).
Georgi Krustev
Telerik team
 answered on 13 Feb 2012
1 answer
240 views
How can I style a list-item without using the custom-template option?

I'm think of something like the tabstrip:

#custom-tabstrip .km-state-active .km-icon
    {
      background:-moz-linear-gradient(top, #ffffff, #2468A5); /* Firefox */
    background : -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#2468A5)); /* Safari, Chrome */
 
    }

Kamen Bundev
Telerik team
 answered on 13 Feb 2012
1 answer
62 views
When we test kendoUI datepicker widget under internet explorer 8.0 / 9.0
It cannot collapses correctly 

Finally we found a css setting in demo code example.css

html,
body
{
height:100%;
}

We add this setting to userdefined css, it works like a charm
Georgi Tunev
Telerik team
 answered on 13 Feb 2012
3 answers
459 views
Hi,

Great work for KendoUI mobile developers!

How can I make the items in a listview clickable (as shown in the Basic usage) example?
I use the databinding method.

My goal: when a user clicks on an item, slide in a remote view.

Thanks,
Koen
Kamen Bundev
Telerik team
 answered on 13 Feb 2012
0 answers
63 views
Hi

I'm using kendo grid with odata.
My datasource is classical (many options have been tested). Something like:

var

myDS = new kendo.data.DataSource({

type: "odata",

transport: {

read: { url: "http://localhost:2000/Ajax/Lists/PassageDataService.svc/Passages/"  

 //, dataType: "json"
}},

schema: {

data: "d.results", model: {id: "SeqId", fields: myObject}

},

pageSize: 10,

serverPaging: true,

serverFiltering: true,

serverSorting: true,

sort: { field: "SeqId" }

});


When i Try to add objet to my data source with

 myDS.add(myObject);

the object is added (I can see it on firebug), all goes fine but when i look at the page the new object is not on the kendo grid and firebug show an error "d.d is not defined"

If i use Json instead of odata, add object works fine but the rest is broken (pagging filtering etc with dataservice).

Anyone has ever tried to add row on buton click event to kendo grid using odata and dataservice?

thanks,
Laurent

Fdg
Top achievements
Rank 1
 asked on 13 Feb 2012
3 answers
189 views
Hi,

How can I start my application/web using the Android theme in windows Chrome instead of the IOS one? 

Thanks
Kamen Bundev
Telerik team
 answered on 13 Feb 2012
2 answers
86 views
Hi..
Where can I find an example that calls a basic web service...
Like a web service that returns  'Hello World'
thx
Jon
Top achievements
Rank 1
 answered on 13 Feb 2012
6 answers
179 views
I cannot get the Date Filter to work in the "Binding to remote data" Grid example:

http://demos.kendoui.com/web/grid/remote-data.html

Demo video here:
http://screencast.com/t/5Yd6xQTw3
SHAWN
Top achievements
Rank 1
 answered on 13 Feb 2012
2 answers
174 views
It's possible change the pager option ButtonCount without editing the kendo.all or kendo.grid js ??
thanks,
Giulio
Giulio
Top achievements
Rank 1
 answered on 13 Feb 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?