Telerik Forums
Kendo UI for jQuery Forum
1 answer
333 views
I am trying to add some additional buttons next to the dropdown arrow inside the combobox.
I'm guessing I should extend that and I have looked at what Burke has done, but those are tying functionality from widgets and not layouts https://github.com/burkeholland/kendo-plugins.  I'm just trying to figure out the best way to extend a combobox to do multi select or single select from a popup and have that as a reusable control. I've attached a look of what I want but with the button inside the control like the drop down.  Any suggestions?

-me-
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 18 Jun 2012
4 answers
255 views
I'm trying to place several button groups on a view (closest thing to a radio button group correct?) within a listview for organization and would like to report formatting issues I'm getting. The main issue is when using the data-type="group" setting. But with all the options the first button group never "rounds" the last option - minor I know. Take a look at the screen shot below for the report I am making.

http://dominoswizard.com/register/images/ListViewButtonGroup.jpg 

Thanks- Shawn
Rajinder
Top achievements
Rank 1
 answered on 18 Jun 2012
1 answer
168 views

Hi, I created this grid

http://media.apn.co.nz/webcontent/infographics/78/MedalTally_v14.html

and the scroll bars are not showing on the iphone. How can I fix it?

Thank you
Claudia
Kamen Bundev
Telerik team
 answered on 18 Jun 2012
5 answers
345 views

I try using KendoWindow in the Kendo Mobile app but whenever the window close, it also close the current view and go back to the main index view. It did the same for locally defined view by using data-role="view" in a div of the index.html or external view having <div data-role="view" as the beginning of the page.

 Please help.

 Thanks

Edwin

Alexander Valchev
Telerik team
 answered on 18 Jun 2012
1 answer
128 views
Will we need to buy a license for KendoUI Mobile?  It does not look like it is free on Telerik's site.
Clemri
Top achievements
Rank 1
 answered on 18 Jun 2012
0 answers
125 views
Hi,
i want to retrieve data from the database and to show it in the kendo ui app.Can anyone please show some steps with an example to satisfy this objective.

One more thing which has been killing me since the day i started playing around Kendo UI is,"if i develop an app in kendo UI in my local system which will be a html page and then how can i run it in an android  mobile device without using phone gap.

Thanks,
swarup
Swarup
Top achievements
Rank 1
 asked on 18 Jun 2012
4 answers
116 views
I have a case where the datasource object is passing a blank $filter param. When using the MVC4 RC Web-api it throws an error because the filter is blank. 

Here is a sample URL the datasource is calling:
http://localhost:3046/api/clients?%24inlinecount=allpages&%24format=json&%24top=50&%24filter=

What appears to be happening is that it only adds the blank filter if I clear out the search criteria  (right now I just have this bound to a combo box). So when I type in something to the combo, it makes the call to the server, filters correctly. But if I clear that, it will pass a blank filter.

How can I intercept that to make sure it isn't even passing the filter?
Alexander Valchev
Telerik team
 answered on 18 Jun 2012
1 answer
47 views
When we press the enter key without selecting any item from the opened list area of an Autocomplete kendo plug-in, we may get an error 
"Line: 217. Error: Unable to get value of the property 'index': object is null or undefined"
in IE9. This is because the "item" object of the passed-in parameter "e" is null. The following fixed me this issue.

if (e.item == null) return;
                var dataItem = this.dataItem(e.item.index());
I hope that a developer like me, makes use of this.
Georgi Krustev
Telerik team
 answered on 18 Jun 2012
1 answer
61 views
After setting the animation to false, try to expand the panel contains some sub-panels and then collapse it and then expand it again, the sub-panels within this panel will not work properly. 
Kamen Bundev
Telerik team
 answered on 18 Jun 2012
3 answers
163 views
I am trying to get DnD to work from a TreeView to another component.  

How do I get the item from the TreeView on drop?  I have tried e.draggable, but I cannot find the item there.  
     
I have also tried calling $("treeview").data('kendoTreeView").select(), but it only returns the html and not the item.
This method also has the problem where if the item is dragged, but not selected, select returns nothing.

Thanks for the help.

Adam


Alex Gyoshev
Telerik team
 answered on 18 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?