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 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.
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 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
Dear All, There should be a provision to enter numeric equations like =15.75.90*24/100 and on hitting enter it should calculate result and fill in text box being edited. Also there should be one calculator attached to numeric text box, can be opened or closed using F4 and after calculating result should be copied to text box. Thanks Regards Surinder
there should be a way to connect 'kendoDraggable' and 'kendoSortable' like the jquery ui example here: http://jqueryui.com/draggable/#sortable
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.
Hello, I try datetimepickerfor control on a mvc project, I set min and max values for it, when I change time, it validates for min, max values and changes automatically but not for date, so I had to write script below. Regards. function dateChange(){ if (this.value() < this.min()) { this.value(this.min()); } else if (this.value() > this.max()) { this.value(this.max()); } }
Kendo OOXML should allow to give Pattern Style and Pattern Color for cell.
Make the html date and time controls match the skins for the native Kendo UI look. This way a form built with Kendo UI will look pleasant across a mixture of html and Keno UI controls. In some cases it would be better to have the mobile style "scroll" to enter dates and times but the look is off putting.
Custom validations are not triggered by blurring the input (as it visually seems), but when the set() method of the underlying model is called to change the value of the edited field. Possible workaround: $('input[name="ProductName"]').bind('blur', function(){ // get a reference to the built-in validator var validator = e.container.data("kendoValidator"); validator.validate(); })
Greetings, How can I achieve the following using MVC + Kendo grid + jquery http://www.igniteui.com/grid/export-grid-loading-indicator
The Kendo Validator cannot be used with the contents of a bound listview because there isn't a way to give unique names to each input. Knockoutjs handles this via the uniqueName binder: http://knockoutjs.com/documentation/uniqueName-binding.html I wrote a custom binder to accomplish this but it would be nice to have a delivered option. Basically I: 1) locate the parent data-uid and tack that onto the end of the name 2) update all data-for references to match.
Let's be clear, i know there is notification. But, i think that we can add some functionalities to this feature. It will be great to have a notification center: -It display the number of notification - When we click on it, it will display the notification stack A little bit like Facebook when you see the notifications.
Add the ability to apply kendo template on Kendo Grid column reorder while dragging the header.
Currently localization supports only for kendo controls, but I need it will support for entire page
Implement some dialog windows for simple creating users and roles. Also it essential to create login widget with managing users like asp.net empty project
Window already has dragstart and dragend events. It would be great to have also resizestart and resizeend events.
https://www.pioneeroutsourcing.com/accounting-and-book-keeping.html : Bookkeeping services are outsourced by most business https://www.pioneeroutsourcing.com/payroll-accounting.html : organizations today. Many applications and these services are the https://www.pioneeroutsourcing.com/client-data-security-and-controls.html : benefits of outsourcing. Outsourcing bookkeeping services is, why has become an integral part of all of the company are described in this article. Bookkeeping is referred to as the recording of financial transactions. This is, sales, profit, purchase, contains the transactions related to the receipt and payment. https://www.pioneeroutsourcing.com/gaap-accounting.html
Ability to show a circle on a map to encompass a specified number of miles/km from a point. This is different from the Bubble layer as it will keep the radius in miles/km when zooming in/out