I suggest that you implement a Waterfall/flying bricks Chart type.
Columns that do not have a width setting become invisible when one or more columns are frozen. Our grids have widths for all columns except one column which expands the amount necessary to fill all space in a grid when grid is set to 100% width of the page. Once frozen columns are turned on, the main column then disappears until a width is added, then there is unused column space in the grid.
It would be great if you guys updated the on-line help to reflect the namespace changes from Telerik to Kendo.
In kendo.dataviz.ui.Chart, the legend.orientation is only used when the legend.position is set to "custom". I want to be able to set the legend.orientation to "vertical" and the legend.position to "bottom", but if I do that, the chart ignores the orientation and uses the horizontal orientation.
The web controls have date and time pickers. I would suggest date and time pickers for mobile controls. I know there is a problem getting them to emulate the current iPhone date/time pickers but modifying the web ones would do for a start.
Hi, I am looking for array of Zip code masking like ['99999-9999', '99999'] to allow either 5 or 9 digits into Zip code text box. Something similar to http://jsfiddle.net/8WvHE/ Thanks, Chatrapathi chennam
I am using ASP.NET MVC and implemented Kendo Grid Inline Add/Edit/Delete functionality. I am binding data source from server side first time. Then I do Add/Edit/Delete operation on client side in kendo grid data source property. When I Edit any row which has been added temporary, then I do cancel click , the row is getting deleted automatically from the data source itself. The row should be persisted in the datasource. please let me know any solution for this issue.
I am trying to programmatically remove selected items from a multi-select control unsuccessfully. The idea is that we have placeholder items that when selected, automatically populate items without requiring the user to select each one individually. So far, I have been able to remove them by clearing the filter and replacing the control's value property. The problem is that when I return back to the control the placeholder item I had removed re-appears. I have also tried applying the same logic to the dataitems property. I also tried to figure out how to overwrite or cancel the change event all without success. I have spent several hours now trying to add this functionality and am frankly a bit frustrated. I am also now examining other attributes/properties of the control to see if I can determine how/where the control is remembering the previous item selected. Any help would be greatly appreciated. Mike
1. A color should already be set using the UI tool, and you also need the ability to set the color using a hex value 2. Load the color control 3. Change the color to something and apply using the gui color selector controls 4. Save your change 5. Edit the color again 6. Specifically set the color using "#99B8E6" 7. You may need to try to set it to that color "#99B8E6" several times, but after a couple tries UI controls will override your specifically entered color selection to something that is close to that color, but not exactly the color you intended.
In an android phonegap app the user experience in forms is bad for selecting dates or scrolling lists (due to the use of the standard browser). It would be nice to get a set of widgets to get a consistent user experience for all platforms. Check also mobiscroll.com.
I use the QR Code control in the Silverlight controls quite often and would love to be able to use something similar with Kendo UI.
It would be great to have "replace" and "reload" methods on the kendo router. Similar to the window.location.replace and window.location.reload methods. This would be extremely useful for SPA development.
Better handling of label overlap: On multiple data point geting closer with label is always very hard to get over the datapoint, Also the labels are not adjusting. Can we have some option to adjust the space between between the DataPoint Marker and label this give bit more space Click events on data points: Now the click event is enabled on both the label & marker of the data point. Can we make a option to disable the event on label which makes better when i have the event only on marker is there a way to do so
I am creating resource is Vertical Grouping and time line is showing Horizontal Grouping
If you look around lots of people actual and potential telerik customers are looking for this kendo-breeze real integration. Telerik will loose ground persisting on the ignorance of this. BTW my name is Luis Antunes, as I can see i'n still logged in as anonymous
I understand that many of the controls would require styling automatically. I would like options added to controls to disable the styling if possible. For example: MaskedTextbox, let me pass in. { styling: none } as an option on create, and we get a normal, un-styled text box
It would be nice to have a PanelBar or something similar for mobile and tablet devices. We've tried, but haven't successfully been able to use the current PanelBar without running into bugs and other issues.
Norwich vs Liverpool Live Stream http://feedback.storify.com/forums/66927-general/suggestions/5803592-norwich-vs-liverpool-live-stream Liverpool vs Norwich Live Stream http://feedback.rackspace.com/forums/71021-product-feedback/suggestions/5803603-liverpool-vs-norwich-live-stream
Scheduler in Day view, horizontally grouped by Resource. Some events have time, some events are "all day" events. I need to able to drag event from All day slot to make them "timed" events and back.
Hello I'm using ClientGroupHeaderTemplate and dynamic grouping but the aggregation isn't working the way I need it to. For example: If I set a column "RandomValue" with a aggregation(sum, count etc), bound it with ClientGroupHeaderTemplate and group another column, the aggregation value is not displayed, but if I group the column "RandomValue" then the aggregation value is displayed but that is not useful to me If I bound "RandomValue" with a ClientFooterTemplate or ClientGroupFooterTemplate and group another column, the value is displayed I need to bound a column with ClientGroupHeaderTemplate and the value should be displayed for whichever column I group, just like it happens with ClientGroupFooterTemplate and ClientFooterTemplate It'd be useful if the aggregation value could be displayed right under the column name My suggestion is that the ClientGroupHeaderTemplate could have the same features as the other templates like I described