http://stackoverflow.com/questions/38478493/cannot-read-property-wrapper-of-undefined-with-kendo-angular.
Note: why wrapper undefined error in kendo.
When scrolling the grid horizontally with the arrow on the sides, the movement is very slow. On longer column or more rows, it slows down even more. Whereas While moving by dragging the slider with the mouse, it moves fine.
Kindly provide me with a solution to fix this horizontal scroll issue.
I'm trying to streamline the template information on my barchart. It is just not displaying the information I would like it to relay to the user in a streamline fashion. I have a demo at http://dojo.telerik.com/@dhighfield/AFEbu/2. I'm trying to have it display something similar to the included png files. I do not want the template to display items that have zero values associated with it. I also am trying to remove that top Code information and replace it with the Code Description. I've tried series and category and other implementations and this is probably the closest I ever got to what I am looking for. Can this be accomplished?
As always thank you for your time.
public class person{ public int id {get; set;} public List<int> accountIdList {get; set;} <br>}
Sample: http://demos.telerik.com/kendo-ui/m/index#mobile-view/zoomable
If you view the above link in IE11 maximized at a high resolution (such as 1080p or 4K), the touch-based zooming and scrolling will not work like other browsers. Is there a workaround for this, or is this not supported in an older browser like IE11?
Hi
I have problem with kendo.drawing.exportImage. When I call kendo.drawing.exportImage occur error "Uncaught RangeError: Maximum call stack size exceeded".
When I Export to PDF ? every thing is OK.
I made example with this problem https://jsfiddle.net/j23yj7yx/. Please check this issue.
Regards
Peter
Hi,
I am using Hierarchical Grid with checkbox. I want to check all child records when parent row.
From parent Grid, I got checked employeeID and then retrieving the child grid.
var childGrid= $("#childGrid"+employeeID).data("kendoGrid");
var checkboxItems=childGrid.items().filter(":has(input:checkbox)");
$(checkboxItems).prop('checked',"checked");
But its not working. Appreciate any help.
Regards,
Sanjay
I'm having a functionality to load the DOM elements on demand. for that, I'm using ng-if the selected value is not clearing. Find the below example to reproduce the scenario.
In this example, first control is with with "ng-if" and 2nd example with "ng-show". "ng-show" is working. But "ng-if" is not working.
Please assist to fix the issue.
I'm unable to select the value from multiselect dropdown with latest kendo version ie.,KENDO UI Q2 SP2.
Here is the Dojo multiselect dropdown
Howevver this works with other versions ie.,2015
Please let me know where I'm doing wrong..
Awaiting your kind reply.