Telerik Forums
Kendo UI for jQuery Forum
5 answers
56 views
If a user uses a Chrome browser on an iPhone the cancel button on an action sheet is half cut off. There is enough of the button visible to click on the cancel button but the whole button does not appear. I tested this using the mobile demos, an iPhone 5, and the latest version of Chrome. I'm assuming this will be investigated for future builds but in the mean time is there a method in the action sheet product to force a height so we can ensure the cancel button is seen?
Petyo
Telerik team
 answered on 24 Jun 2013
1 answer
53 views
06/24/2013 10:12 EDT - when trying to get ANY of the kendo documentation, I get the following response:

500 - "Oh N0es!"You've caught this Kenshi with his mask off... how embarrassing.Not to worry, though. You can resume your journey to enlightenment via a search or the nav links above.

PLEASE FIX ASAP! This is TOTALLY CARELESS by whomever is managing such things. (All other websites, including kendoui, work fine... just not the documentation!!)

CW
Chris
Top achievements
Rank 1
 answered on 24 Jun 2013
2 answers
193 views
So far we're really enjoying kendoui+mvvm and are planning to use it on a large application. As part of our prototyping, I'm trying to set up a fairly basic page with a drop-down and a grid that is dependent on the drop-down selection.

I've put an example on jsfiddle here:

http://jsfiddle.net/njCxe/

Could someone please help me understand:

  1. Why does the grid start out empty, even though Source A is selected by default?
  2. Why, when I click Edit, does nothing happen when I click Update?
Thanks for your help!
Dan
Top achievements
Rank 1
 answered on 24 Jun 2013
2 answers
86 views
Newie, so be kind...

I have 2 models, People and Projects.

People have ID and Name
Project has 4 differenct People references
PM, LD, Client, SME

People db has 500K records so, viewdata is not an option for combo bind.

Editor template is strongly typed to Project

I have the records selected in the combox from People, but canNOT update the Projects model...

On smaller object, 'Status' selection and bind work great using viewdata. 

How do I do this without using the viewdata bind to?

Code snipet:

Can't get it to work:


@(Html.Kendo().ComboBox()
.Name("ProjectManagerID")  --  in Project model
.DataTextField("EmpName") -- in person model
.DataValueField("EmpID")  - in person model
.Filter("contains")
.MinLength(4)
.HtmlAttributes(new { style = "width: 250px" })
.DataSource(source =>
{
source.Read(read =>
{
read.Action("GetEmployee", "Employee")
.Data("DonAdditionalData");
})
.ServerFiltering(true);
})
)

Works Great:

@(Html.Kendo().DropDownList()
.Name("StatusID")
.DataTextField("StatudsDesc")
.DataValueField("StatusID")
.BindTo((System.Collections.IEnumerable)ViewData["sType"]))
Michael
Top achievements
Rank 1
 answered on 24 Jun 2013
1 answer
115 views
Hi,

"Disabled" binding is a good for disabling single control, but we are in searching decision for disabling all child controls,  for example like this - http://jsbin.com/ahagiz/11/edit (we put binding in the top "div" element and we want to disable all child elements in this "div"). Guys, can you make advice in implementing this binding?

Best regards, 

Artem
Alexander Valchev
Telerik team
 answered on 24 Jun 2013
5 answers
2.1K+ views
Hi,
I used the customized template to add images on the left side of my list items. that works fine but not fulfilled all I needed. when I select an item from the list , it just shows the text of that item on the input field, however I need both the text and the image. 
I have attached two images of both my target and what I have now.
I appreciate any help on that :-)
Jayesh Goyani
Top achievements
Rank 2
 answered on 24 Jun 2013
1 answer
59 views
See attached.
Alexander Valchev
Telerik team
 answered on 24 Jun 2013
1 answer
99 views
If you have a back button in the header (like in the kendo mobile view demo), follow a link to an external site, then use the back button on the browser to go back to the kendo page, the back button no longer works. I had this happen with links to different sites on different views. Chrome throws the following error when you click the backbutton in the header after coming back from an external link:
Uncaught TypeError: Cannot call method split of undefined kendo.mobile.min.js:13

It looks like the app loses its internal history when you leave and come back. Is there a way to check the history, or have it default to go back to the home view?

I am using version 2013.1.514 of kendo mobile.
Alexander Valchev
Telerik team
 answered on 24 Jun 2013
10 answers
1.1K+ views
Hi,

Is there a way to customize the display of the group header as presented in the aggregates grid demo?

For instance, we would like the header to appear as an aggregated row with grouped data and totals for numeric columns. 
Ideally, the grid would start with all groups closed and look like a summary grid.  Then when the user expanded a group, the detail would look like it is part of the same grid, with the same column headers and positions and sizes (as opposed to the way the hierarchy demo is laid out with separate grids for the details).

Thanks,
Take care,
Ken Rubin
Vladimir Iliev
Telerik team
 answered on 24 Jun 2013
1 answer
656 views
Hello
I am using kendo grid.
in keno grid i want to enable/disable sorting functionality dynamic based on condition. when grid apply grouping to any column then grid sorting disable else sorting enable.

i tried below code but some issue occur
onGridDataboundEvent

   var GroupTable = $(gridName + ' .k-grouping-header').find('div');
                    if (GroupTable.length > 0) {
                    $(gridName).find('TH a').bind('click' , function(){return false;}).css('text-decoration', 'none').css('cursor','default');     

                    }
                    else {
                               $(gridName).find('TH a').bind('click' , function(){return true;}).css('text-decoration',
'underline').css('cursor','pointer');     
                    }

Thanks
Alexander Valchev
Telerik team
 answered on 24 Jun 2013
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?