Facilitate mvvm binding for plot bands
What I want to do is click with the mouse and draw a rectangle on the map, around one or more markers, to select all the markers in the rectangle. I've seen this done on other map controls by being able to select what happens when the user clicks on the map and moves the mouse. User selects "Pan" (usually from a tool bar) - this is the standard behavior now click on the map and move the mouse - map pans / moves with the mouse User selects "Rectangle" click on the map, hold down the left mouse button, move the mouse and a rectangle draws - just like the windows "Snipping tool" - all the markers in the rectangle get returned to the code in a collection when the user releases the left mouse button User selects "Circle" click on the map, hold down the left mouse button, and move the mouse - a circle draws - all the markers in the circle get returned to the code in a collection when the user releases the left mouse button Here's an example The shape file that's been converted shows all the telephone poles in a city. I want someone to inspect all the poles on this street. I select the rectangle tool, draw a rectangle around the poles, release the mouse, my code takes over and builds a work order to go inspect and record the inspection date and outcomes. Another example Map shows hotels in an area. I select the circle tool, draw a circle around the hotels close to where my meetings are, release the mouse button, map returns a collection of markers in the circle, the program then takes over and displays a grid showing Hotel Name, Star Rating, Average Rate, Phone number, URL
Tick marks on charts have only been partially implemented. Add the ability to show major ticks at step intervals (as done with labels) and show minor ticks between the major ones. Allow this option on all charts (or at least column, line and area charts) and on X and/or Y axis.
Provide means to specify if a legend item needs to displayed or not, either through a configuration API which can take a condition on the value / series, or through an event when the legend is being added. This will make it easy to manipulate the legends that are displayed. Additionally, having an event to hook into, can also provide means to add custom functionality, like click handling, to the legend items.
Support autoWidth configuration on virtualized comboBox and dropDownList
Scenario: - We have an custom DataTable that is bound to the datasource - In this DataTable is a column, I do not want to display in the renders spreadsheet widget. - It would be a useful feature to have before the widget is rendered?
Currently PivotGrid does not support RTL, please add this feature .
Widgets like ExtJS viewport and form panel would be useful. Form input is most used UI elements at business applications and viewport for full screen placement. kendoui would be contains some widgets for most common business applications needs.
Hi, We are working with HTML 5 and using KendoUI we noticed that many control (specially with popup like dropdown, etc.) are not compatible with HTML Responsive technique. What we want is that a dropdown, when see into a smartphone browser, use standard mobile input control and not a styled overlay popup.
Topojson is a much more compact data format for spatial data. Supporting it would allow more complex spatial data to be loaded without slowing down the browser experience.
Sometimes there is a delay between when a user interacts with a widget and when something actually "happens". This is especially evident on mobile apps (e.g. AppBuilder) when there are complex bound value changes/dom changes. An example would be clicking a button in a ButtonGroup to display a ListView that uses a remote bound DataSource which displays images and text in the list. Sometimes, in scenarios such as this, you'll click on the button of the ButtonGroup and nothing will happen for a few seconds. This makes for a poor user experience. Since we can't make the app react instantaneously we really need to at least make it appear that it is or else the app feels "slow". Though some Kendo Mobile widgets attempt to aid with this by using the application.showLoading() when engaging in a "long" process, even that will ofen have a delay before showing. I'm not sure why that is, maybe it's due to the order in which it is processed. In any case, the first thing that every widget should do before anything else is indicate to the user that "yes, I acknowledge that you just clicked/tapped me and I am working". An example of this is in iOS native apps when you are trying to delete an application. As soon as you click the "x" to uninstall the app, it turns gray, even though it may take a few seconds before the app actually uninstalls. If all Kendo Mobile UI Widgets gave feedback instantaneously, that would go a long way to covering up some performance issues that might exist with the framework.
I'm using kendo ui for mvc and a control that could be very useful is a captcha for form submission.For sure you can integrate it by using Google reCaptcha in a easy way not only for kendo ui for web but for mvc also.A good idea could be to integrate you own captcha control (for intranet environment, or private internet network ) because reCaptcha only work with a stable internet connection (Google Web Service).
It would be nice to have the option to add new rows at the bottom of the grid, just like Jquery grid has that option "createAt": "bottom".
First, it would be helpful if there was a way to apply a format for an entire column (except for, obviously, header and footer rows). This would prevent us from having to write a script that loops over every row to format every 3rd column (for example) to a specific format. In addition, it would be nice to be able to use Kendo formats for columns and have that automatically translated into Excel formats. In my case, I have to write a translation layer that, in my opinion, would be much simpler if it was incorporated into the back end. If this could even auto-format to match the format used in the grid display on the page, it would be even better.
Hi Guys, I've notice that there is no Codabar type in the Kendo UI Barcode, but the silverlight version has it. Once migrated the codabar type is not available, It would be great to have it added, it is widely used for applications that require serial numbers, such as management of blood banks, slips for door-todoor delivery services and member cards. Thanks
Right now, the kendo-ui docs are a bit difficult to get to and navigate. They're inherently clear as to where they are, being nested 3 clicks beyond ["SUPPORT AND LEARNING"] in the top menu. just to illustrate this, I made a video of how you get to the docs from a cold search of kendo ui. It takes way too many page steps just to get to the docs. [VIDEO LINK] https://www.dropbox.com/s/d0osh6imco5fq08/2016-05-05-2016-01.mp4?dl=0 Once you're there, it's not a bad experience - but still, I think there really ought to be a simple ["DOCUMENTATION]" menu item that is verbose and clear, since "[SUPPORT AND LEARNING]" sounds more like links to classes, tutorials, etc.
Having this ability would be very useful, as the current solution from an angular standpoint is targeting the listviews before state using CSS: [kendo-list-view]:empty:before { content: '{{$ctrl.noResultsCaption}}'; display: block; text-align: center; padding-top: 5px; }
Split buttons would allow to have a menu item that target a specific page and at the same time have sub items. It is possible to do it with the current version however it only works with mouse devices, the split button would provide the same functionality for touch devices.
Create a plugin for Oracle APEX that would allow easy use of dataviz and other widgets
Export to Excel for a lot of data using configurable page size and configurable maximum rows excel: { allPages: true, pageSize: 500, maximumRows: 5000 },