Declined
Last Updated: 23 Dec 2013 09:03 by John
Created by: John
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
1
imageBrowser: {
				messages: {
				 dropFilesHere: "Drop files here"
				},
				transport: {
					read: "/content-page-generator/image-browser?act=read",
					destroy: {
						url: "/content-page-generator/image-browser?act=destroy",
						type: "POST"
					},
					create: {
						url: "/content-page-generator/image-browser?act=create",
						type: "POST"
					 },
					thumbnailUrl: "/content-page-generator/image-browser?act=thumbnail",
					uploadUrl: "/content-page-generator/image-browser?act=upload",
					imageUrl: "http://images.xxx.com/{0}"
				}
			 }

This is a part of my javascript code from Kendo.But the Kendo "kendo.all.min.js" formatting my link.We needn't formatting images src.
error:
return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,encodeURIComponent(e))),e):t},
change:
return r&&"f"===r.get(A)?(e=i(n.path(),r.get(S)).replace(_,""),o&&(e=v(o)?o(e):c.format(o,decodeURIComponent(e))),e):t}, 
Declined
Last Updated: 21 Dec 2013 17:05 by ADMIN
The grid should work correctly when grouping large datasets.  Currently the grid does not always display all of the groups.  IN addition groups come in and out of existence when you scroll.  It seems kind of strange that it supports grouping but doesn't work correctly in a real world scenario
Declined
Last Updated: 26 Nov 2013 14:30 by ADMIN
Created by: Timothy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
kendo.format("{0:#,##0.######}", 4.336808689942018e-22)

This will throw an error: RangeError: toFixed() digits argument must be between 0 and 20

This appears to be a bug inside the format function.
Declined
Last Updated: 25 Nov 2013 16:09 by Telerik Admin
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently if you drag weekly event from Tuesday to Wednesday for example and change to edit series it is not being changed to Wednesday. It stays on Tuesday. I think most of people would expect it to be rescheduled for Wednesday.
Declined
Last Updated: 22 Nov 2013 18:15 by ADMIN
Created by: Vadim
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
Problem:
the same CSS classes are used for styling of different widgets, hence when they nest, styles interfere.

Example:
MultiSelect in a Grid column filter. The filter form is placed in the column menu and menu item styling (.k-filter-menu .k-button) is propagated to all k-buttons in it, including MultiSelect's selected item tags that are also k-buttons and have styling with lower specificity.

Solution:
Use additional CSS classes for specific styling. That is .k-button is Ok for generic styling (color, border, hovers), and another, say .k-item-tag and .k-menu-item, for widget specific (margin, width etc.)
Declined
Last Updated: 22 Nov 2013 18:14 by ADMIN
Created by: Jimit Ndiaye
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
There is no pure HTML5+JS equivalent for RadSpell available anywhere that I can find. We currently use RadSpell but are trying to move away from WebForms. RadSpell is holding us back.
Declined
Last Updated: 22 Nov 2013 18:13 by ADMIN
Created by: Sateesh
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Would like to have a splitter in mobile controls.
Declined
Last Updated: 22 Nov 2013 18:08 by ADMIN
Setup: 
* KendoUI Community Edition v2013.2.716
* Multiple resources in event

When Field in Event contains Array of guids - it shows fine in the event, but on grouping throws an error (as guids are treated incorrectly in filtering function)
When guid is wrapped by '', then grouping works well, but Event do not show assigned resources...
Using debugging I found that problem is in filtering (Piece from the code): for(r=a.filterExpr(e),s=r.fields,d=r.operators,o=c=Function("d, __f, __o","return "+r.expression),(s.length||d.length)&&(c=function(e){return o(e,s,d)}) 
Declined
Last Updated: 22 Nov 2013 18:07 by ADMIN
Created by: Stephen
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
line 26486 
has this:
data = extend({}, { field: group.field, value: group.value }, group.aggregates[group.field]),
should be this:
data = extend({}, { field: group.field, value: (typeof(group.value) === 'undefined' ? null : group.value) }, group.aggregates[group.field]),
Or something like that.  In any case, without that change, the following will blow up when cell value is undefined.
groupHeaderTemplate: "#=value#"
Declined
Last Updated: 22 Nov 2013 17:57 by ADMIN
Created by: Ramin
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
accordion widget is missing. please add it
Declined
Last Updated: 22 Nov 2013 17:53 by ADMIN
Created by: David
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Chrome displays a vertical scrollbar for all kendo window using iframe. Example:
http://jsfiddle.net/Vz2Z4/
Declined
Last Updated: 22 Nov 2013 17:44 by ADMIN
Created by: huifoo
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
kendo will be more beautiful if kendo add a scrollbar plugin, and use it in some other widgets(DropDownList, MultiSelect, and so on); and I find something that I think it's not pretty: the grid widgets in metro theme, when I click the head of the grid, the order icon is not display immediately.
Declined
Last Updated: 22 Nov 2013 17:42 by ADMIN
Created by: huifoo
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Is there some way to flash(refresh) one of the nodes in the "TreeView" widgets?

And how can I change the attr of the node easily?
Declined
Last Updated: 22 Nov 2013 17:15 by ADMIN
Created by: Mohamed
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Grid drop down does bind when its data contains '

when drop down bind to item that contains ' it does not work
Declined
Last Updated: 22 Nov 2013 17:13 by ADMIN
Created by: jianzhuang
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
When we resize the browser, the window should center.
Completed
Last Updated: 22 Nov 2013 16:30 by ADMIN
Created by: Erik
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
8
Development of a Kendo IDE

Has Telerik/Kendo plans to develop its own IDE?  A Wakanda-like IDE, with both design and source mode possibilities, would be very welcome and will give Kendo a real (commercial) boost!
Declined
Last Updated: 25 Sep 2013 11:41 by ADMIN
Created by: hedayat
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Currently templates for editing are just supported in the Popup mode. In many cases we need to change whole row in the Inline Editing mode.
In this occasion when the user pressed Edit button in the grid, all columns will be vanished and we are able to render a template with different controls and functionality. 
Declined
Last Updated: 20 Sep 2013 11:54 by ADMIN
Created by: Gabrielle
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
kendoui.all.js and kendoui.all.min.js are not from the same codebase. The bug appear to be in datawiz when trying to load data from the remote location and ammend it via dataFilter.
Minified version in my case works while the source populates the grid with undefined value. No error shown in console.
Declined
Last Updated: 20 Sep 2013 11:53 by ADMIN
Happens In chrome (and opera) when a grid is first rendered.
If you click the sort or filter icon, the grid becomes focused.  As a result, the browser scrolls the window, even though the grid is already focused.  This causes an issue if you have a fixed header, since the grid becomes obstructed.  The following is a modified version of existing kendo code, and will keep the grid where it belongs, so it does not move (works for us).  Hope it helps, and either way thanks for a great product:

   function focusTable(table, direct) {

     // MODIFICATION:
     // capture window x/y position in order to restore it at end of function.
     // this is necessary since chrome/opera will scroll focused elements into
     // view, even if they are visible.

     var x = window.x;
     var y = window.y;
     var scrollable = $(table).closest(":scrollable('vertical')");
     var scrollLeft= scrollable[0].scrollLeft;
     var scrollTop = scrollable[0].scrollTop;

     var msie = browser.msie;
     if (direct === true) {
         table = $(table);
         var condition = msie && table.parent().is(".k-grid-content,.k-grid-header-wrap"),
             scrollTop, scrollLeft;
             if (condition) {
                 scrollTop = table.parent().scrollTop();
                 scrollLeft = table.parent().scrollLeft();
             }

             if (msie) {
                 try {
                     //The setActive method does not cause the document to scroll to the active object in the current page
                     table[0].setActive();
                 } catch(e) {
                     table[0].focus();
                 }
             } else {
                 table[0].focus(); //because preventDefault bellow, IE cannot focus the table alternative is unselectable=on
             }

             if (condition) {
                 table.parent().scrollTop(scrollTop);
                 table.parent().scrollLeft(scrollLeft);
             }

     } else {
         $(table).one("focusin", function(e) { e.preventDefault(); }).focus();
     }

     if(browser.webkit || browser.opera) {
       window.scrollTo(x, y);
       scrollable.scrollTop(scrollTop);
       scrollable.scrollLeft(scrollLeft);
     }
  }
  
  function tableClick(e) {
    var currentTarget = $(e.currentTarget),
        isHeader = currentTarget.is("th"),
        currentTable = currentTarget.closest("table")[0];

    if (kendo.support.touch) {
        return;
    }

    if (currentTable !== this.table[0] && currentTable !== this.thead.parent()[0]) {
        return;
    }

    this.current(currentTarget);

    // MODIFICATION:
    // Removed timeout so the table can focus now (as required).
    // That way if the user clicks the filter icon first, the table
    // will focus and the filter menu will display.  Else table will
    // focus some 250 msecs from now, after the filter menu shows.
    // In such a case, the menu would blur immediately, and close.

    if (isHeader || !$(e.target).is(":button,a,:input,a>.k-icon,textarea,span.k-icon,.k-input,.k-multiselect-wrap")) {
        focusTable(currentTable, true);
    }

    if (isHeader) {
        e.preventDefault(); //if any problem occurs, call preventDefault only for the clicked header links
    }
  }

   ui.plugin(Grid);
   ui.plugin(VirtualScrollable);
})(window.kendo.jQuery);
Declined
Last Updated: 17 Sep 2013 14:34 by ADMIN
Created by: Ä m o l
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo Grid Select Method is working good if you have only one grid on a page, but if you have more than one grid on the page then its not working properly.
To check this issue please check the following code snippet 

http://jsfiddle.net/amolkhot/AZz8z/1/

I also found solution for that, in select method of grid I saw that you guys are doing items=$(items) [Code Line # 25089 in kendo.all.js]
it has to be items = $(that.element).find(items)

I hope this change will be done in next release build.

Thanks,
Amol Khot