Declined
Last Updated: 11 Mar 2016 09:11 by ADMIN
Created by: Vennila
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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
Declined
Last Updated: 28 Mar 2016 16:35 by ADMIN
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.
Declined
Last Updated: 06 Apr 2016 09:12 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
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
}
Declined
Last Updated: 06 Apr 2016 09:13 by ADMIN
Created by: Surinder
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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
Declined
Last Updated: 25 Apr 2016 09:03 by ADMIN
Created by: Surinder
Comments: 4
Category: Kendo UI for jQuery
Type: Feature Request
1
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
Declined
Last Updated: 02 Mar 2021 15:51 by ADMIN
there should be a way to connect 'kendoDraggable' and 'kendoSortable'
like the jquery ui example here: http://jqueryui.com/draggable/#sortable
Completed
Last Updated: 13 Apr 2016 09:43 by ADMIN
Created by: Stephan
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.
Declined
Last Updated: 25 Apr 2016 15:41 by ADMIN
Created by: Emrah
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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());
        }
    }
Declined
Last Updated: 04 Nov 2021 11:50 by ADMIN
Created by: kishore
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo OOXML should allow to give Pattern Style and Pattern Color for  cell.
Declined
Last Updated: 25 Nov 2021 11:42 by ADMIN
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.
Completed
Last Updated: 25 Nov 2021 11:57 by ADMIN
Created by: Rubens
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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();
  })

Unplanned
Last Updated: 22 Jul 2021 19:30 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Greetings,

How can I achieve the following using MVC + Kendo grid + jquery http://www.igniteui.com/grid/export-grid-loading-indicator
Declined
Last Updated: 25 Nov 2021 11:59 by ADMIN
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.
Completed
Last Updated: 22 Jan 2020 08:24 by ADMIN
Created by: Sebastien
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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.


Unplanned
Last Updated: 25 Nov 2021 12:02 by ADMIN
Add the ability to apply kendo template on Kendo Grid column reorder while dragging the header. 
Declined
Last Updated: 22 Jul 2021 10:52 by ADMIN
Created by: Nawaz
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently localization supports only for kendo controls, but I need it will support for entire page
Declined
Last Updated: 04 Aug 2021 07:21 by ADMIN
Created by: Михаил
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
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
Unplanned
Last Updated: 04 Aug 2021 07:18 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Window already has dragstart and dragend events. It would be great to have also resizestart and resizeend events.
Declined
Last Updated: 22 Jul 2021 09:41 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
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
Unplanned
Last Updated: 20 Sep 2021 15:19 by ADMIN
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