Hi, When using Kendo in our team's solution, we parse all of the kendo files to build our own dependency tree. While trying to recently integrate excel export for grids, I noticed two issues with dependencies: kendo.excel.js references kendo.data.TreeListDataSource, but does not require kendo.treelist, so we get an undefined exception. Export requires jszip, but jszip is not mentioned as a dependency in any of the kendo files. Can we get those added? Thanks!
Please add support for named stacks in Area and Line charts. It should work similar to Bar/Column charts. For example, with the following series definition [{field: 'Whole', stack:'whole', name: 'Whole Part'}, {field:'Part1', stack:'parts', name:'Part 1'}, {field:'Part2', stack:'parts', name:'Part 2'}] Part1 and Part2 should stack but not "Whole".
The new filter row is great, but the sizing of the filter controls is really bad. If the columns are wide, space is wasted, and if they are narrow the filters are almost unusable. Here's an example implementation that takes care of resizing the controls when the columns resize or when fitlers are applied: http://jsbin.com/wipazupexaqi/3/edit Also, for further reference: http://www.telerik.com/forums/grid-filter-row-auto-size---solution
<pre> Change typos in document: http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.filterable.cell.suggestionOperator from: "startswidth" "startswidht" to: "startswith" </pre>
List view should have a Option for the checkbox to select the list with custom template for the checkbox with custom template for the checkbox which can behave as the toggle button for mobile and can be disabled if not required. Cause the existing system to select and deselect item is very non user friendly
In one of the more recent builds a Frozen Columns feature was introduced. However, the feature is currently not supported for hierarchical grids. We were wondering if it would be possible to implement an enhancement which would support both of these features simultaneously.
Would be nice to have a replacement for standard checkbox, that looks deiiferent in different browsers (like jqWidgets has) and CheckBoxGroup widget. For example: <div data-role="checkboxgroup" data-bind="value: groupValues" data-row-items="5" data-text-field="text" data-value-field="value"></div> And the model: kendo.observable({ groupValues: [ { text: "Text1" value: 1 }, { text: "Text2", value: 2 } ] })
kendo.diagram.Path is an object that can be appended to a kendo.diagram.Group object and supports such things as SVG paths. This is undocumented and unsupported functionality that can be accessed in pure JS but is inaccessible in TypeScript. Can you please support this object and add its declaration the d.ts file?
When I used the angularjs to bind template data to kendo-mobile-scroll-view, it will post error when scroll to the last page, it post error as Uncaught TypeError: undefined has no properties, I think there is an error existed, could you fix it? If it is not, or you could give a more clear example on demo part?
MultiSelect field to be able to be inputted manually, if look up is not available
I think the treeview is not as good as possible. It can not refresh one of the node alone.
I am facing a problem in the Kendo grid, I want to apply default filter criteria on the data source. To achieve this functionality, I am filling the filtered data on the first initialization of the data source and then adding the filter criteria on the JavaScript side by using the code. masterFilters.filters.push(eventTypeFilters); masterFilters.filters.push(roleTypeFilters); dateviewGrid.dataSource.filter(masterFilters); But due to this, Http request of the AJAX call is being repeated on the code statement dateviewGrid.dataSource.filter(masterFilters); To resolve this problem, I have tried following options, 1) I have returned the zero records at the time of initialization of the data source, but it is giving another hit on the virtualization method. 2) But when I am returning at least one row at the time of initialization of the data source, It is not throwing extra hit on the virtualization method. It is showing strange behaviour. Is there any bug in the Kendo grid?. Please suggest a right approach to achieve this functionality, If you want some more clarification on this problem, let me know.
Thanks for sharing. The product team will be notified about your suggestion.
When you want to add a new item to TreeView you can only set the Text of that item. Maybe it would be nice to store more data like the id of the new <li> element
To speed up website load time dramatically, it should be possible to cache and load static KendoUI-Files from the local browser storage. Discussion / Example: http://news.ycombinator.com/item?id=4733102 Maybe KendoUI can also provide us with an API to store files, data etc. on local storage...
http://demos.telerik.com/kendo-ui/pivotgrid/index I think it would be great addition to add the ability to set KPI's for the grid & pivot grids in Kendo UI. We have used this on you ajaz & mvc controls but are now migrating to a pure html5/kendo ui based website. Please consider this as a feature for your the proposed controls.
Hi ! I was trying to create a scheduler using Kendo Scheduler. It seems that there is no way for me to create a timeline view like Telerik
Hi what is the latest on this please?