See sample web page here, why is there extra space at the top of the first and last page, yes, all the other pages are just fine....? Thanks in advance!
I have a datasource with a read transport that specifies a function for setting some data. This works fine until I added the parameterMap function for specifying different data used on an update. Now, the parameterMap function is used, which returns null for reads, and the transport read data is not used at all. Is there a workaround so I can use both?
I downloaded the examples from the website. The SplitView demo does not seem to be working (tested in Chrome of Firefox). It is only displaying the left hand panel and not the right. Please see the attached screen shot. Have tried to copy the example online but gives the same problem.
I am new to the kendo.I am creating some samples using it.I just want to know how to implement slider in a asp.net grid. I want to have three columns as sliders . In addition to that how can I get the values?
There seems to be an issue regarding the batch editing feature on the iPad. For the fields of type "string", when tapping the cell, the editable input does not appear. The "number" fields work fine but the booleans do not work either.
You can test this bug on the official demo http://demos.kendoui.com/web/grid/editing.html (with and iPad)
Will this bug be fixed soon, or is there any workaround for fixing this problem?
I have a datasource defined where everything is of type:'number' when I plot my dataseries I get the attached graph. Why is the chart package allowing multiple numbers to be placed not in order on the x-axis? It should start with -.002 and then progress right in a linear evenly-spaced order, what I am I missing?
I have a chart where I needed to rotate the labels (since I couldn't figure out how to wrap long lines, please add this), however one label is only three characters long, and so it centers on its column, while the rest are longer labels and align themselves to the left of their columns. Anyway to make this consistent?
I have a datagrid inside a Kendo Mobile app.
I am able to populate the grid with data on the initial page view but subsequent views continue to "add" to the datasource array dispite (all) my efforts to clear it prior to binding.
I am using AJAX(obviously) and during my onSuccess callback, I clear the original source varable (array) ,
then set it to the data returned from ajax and finally call my loadGrid routine to define the KendoGrid.
I have even tried passing in the refreshed data array but I know it is still bound to the grid itself.
I have also tried setting the grids datasource to null, and [] but it just keeps appending data and doesn't clear it.
I can see my grids pager goping from 5 pages to 10.
Is there a simple way to remove the data / binding?
I have a tree view that I am trying to use and I appear to be having an issue.
Under normal conditions it does not display, but if I put some text in front of the line <ul id="treeView"> even just a full stop it displays perfectly, does anyone have any ideas what is going on?