In order to visualize process workflow items and their sequence, a new Kendo UI control would be a big step forward. I was getting inspired by SAPUI5 control "process flow". Here the link: https://sapui5.netweaver.ondemand.com/explored.html#/sample/sap.suite.ui.commons.sample.ProcessFlowConnectionLabels/preview This UI is able to be used in different situations: 1. Visual display of workflow steps 2. Display of relations between business work items: connections and their frequency of usages between business workflow items . The UI should be able to define workflow items and their connection. It should also be possible to define templates for connection types and process item types.
I am looking for a way to design a data entry form inside kendoui window. which has three divs div 1 has toolbar div 2 has data entry controls div 3 has sttus bar div 1 should be stuck to top of window div 3 should be stuck to bottom of window div 2 should have a scroll bar if its contents cant fit in its height contents should not scroll at window level, but at div 2 level only. Thanks
The disabled range sliders still have cursor:pointer. You need to add .k-state-disabled .k-tick, .k-state-disabled .k-slider-selection, ... { cursor: default!important; outline: 0 }
I take many times for one issue.How can i refresh ImageBrowser manually?i try this one already var editor = $("#editor").data("kendoEditor"); editor.bind("execute", function(e) { if (e.name == "insertimage") { // necessary because event is fired before window show setTimeout(function() { var imagebrowser = $("[data-role=imagebrowser]").data("kendoImageBrowser"); imagebrowser.upload.bind("upload", function() { imagebrowser.dataSource.read(); }); }); } }); But Thumbnail Image never fires again so image never change.
Please support Internet Explorer 8 when using Kendo-Angular by supporting Angular 1.2.* branch as well.
Currently if I choose specific options in editor in iPhone 5 and 6 e.g. bold, italic and underline. It retains the style for first line only. As soon as I hit enter all the selected style is gone. If editor is retaining the style in multi lines in other browsers then it should also retain in iPhone as well
I am using Kendo diagram for Workflow wizard. right now i am using my custom icons for Workflow shapes. I also want to use icon/image for connection lines between 2 shapes. Please provide this feature.
Tooltips (especially in charts) get clipped. Need to ensure tooltip is posted in display area.
I have a kentoTreeList with a custom footer in which I'm calculating my own footer numbers. When I export the grid, I see the div tags embedded in my footer template. Is there a way to export to excel once the footer template is populated?
Kendo chart are not stacked
Cool Kendo UI Q1 2016 webinar today... could not ask any questions using IE11 so lost on prize chances. Very entertaining Thank you. Are there any good working examples of using the new Grid or Spreadsheet features utilizing an API such as government information as discussed?
Hi You have very nice charts colorful and detail but thing page like upperside we have combobox or radiobutton and i have bar chart so when i click selections i want to convert bar chart to area chart or scatter chart to do this dynamically way... It will be best
Hello , I am working on kendo UI with infinite scroll functionality, but when I going to get updated data of kendo ui before scroll and after scroll, its only providing me only after scroll changed data not the before scroll edited data, So please suggest me the solution of this issue.
I am put off using KendoUI because of the limiting nature of theming and styling the controls especially the sprites They don't scale well, can't be coloured and are hard to replace without lots of css editing.
Right now kendo ui allows Inserting table BUT no button to delete whole table inserted, it not convenient on user experience.
Create UI for XAML. So we can develop "like Silverlight" applications using C#/XAML, UI designer and MVVM but with no javascript, ASP.NET, etc There are thousends of C# developers that dont want to mess with javascript and HTML, it is improductive! cshtml5.com is tryting to do this, currently in beta 7 but got of interests they have to raise beta downloads limit. Buy them or implement your own solution. Combination of cshtml5.com and KendoUI nice widgets and themes could be awesome and perfect replacement for silverlight and developers that dont want HTML/JS. MS visual basic was popular because it was so easy and fast to create projects with it. We need this kind of fast web development with XAML UI editor etc. Nowadays for a simple project you need a designer(CSS), frontend developer(HTML/JS) and backend developer (C#) at minimum. I have never meet a single developer that likes to work and do the best in those 3 roles. Most C# developers dont like UI, CSS or JS etc.
Make better kendo framework documentation. Demos are fine but it does not have many of the necessary information.
Since 'bind' and 'unbind' have been deprecated and replaced by 'on' and 'off' in jQuery, kendo controls should support the use of 'on' and 'off' for event binding.
Provides a easy way to filter a list with a simple client-side search feature (example add data-filter="true" attribute to the list). The framework will then append a search box above the list and add the behavior to filter out list items that don't contain the current search string as the user types.