Declined
Last Updated: 22 Jul 2021 10:14 by ADMIN
Created by: Bhavin
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Chart legends should be draggable, so if it overwrites any chart lines, user can drag them away easily.
Declined
Last Updated: 22 Jul 2021 09:45 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
http://www.oximustechnologies.com @ "I am sorry; we can not be the go low. My best offer is the £ xx" In the face of is. It is please do not be surprised if are in the middle of your offer - so, he will give you £ 1200, you will challenge it at £ 900; he refuted this in a £ 1050. It is a 50/50 - it is still expensive in your eyes (he get cash from you), you get a discount (£ 150!). http://www.oximustechnologies.com/smart-watches.html
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
Declined
Last Updated: 20 Jul 2021 19:42 by ADMIN
Created by: Hongten
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
It seems wrong title 'Filter Grid as You Type' in the help document : https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/filtering/grid-filter-as-you-type 
I thank it should be 'Filter Grid as Your Type'.
Declined
Last Updated: 15 Jul 2021 07:26 by ADMIN

Now, I am doing with the Spreadsheet. I have a problem. 

When I change font to Japanese, and then I enter characters to cell.

The first character was disabled, other characters displayed normally.

It only cause with Japanese font.

Please help me about this problem

 

Declined
Last Updated: 05 Jul 2021 14:09 by ADMIN
The only way to detect when a control has completed binding to a datasource is via it's dataBound event. When you need to know if multiple controls have been dataBound it creates a less than ideal situation.

A common scenario I encounter is when I have a search view with multiple dropdownlists and I need to set default values in those dropdownlists prior to loading a Kendo grid with search results based on the selections in the dropdownlists. Note: these are not cascading dropdowns - each dropdownlist is independent of the others. 

In order to set the selected values in each dropdownlist I have to know when each one is databound and only then can I set the selected value. Once all dropdownlists are databound then I can refresh the grid based on those selections. 

In order to make this work I have to "chain" the dropdownlists together. To do this I set the first dropdownlist AutoBind = true and the rest false. When the first dropdownlist dataBound event fires my JavaScript selects the correct value in that dropdownlist and refreshes the datasource on the next dropdownlist in the chain. When its dataBound event fires I select its value and refresh the next dropdownlist's datasource in the chain and so forth. This pattern continues until all dropdownlists are databound. In the last dropdownlist dataBound event handler I refresh the grid's datasource now that all the default selections have been made. 

This implementation is messy and cumbersome. It would be nice to have a parent Kendo ajax manager that all databound controls in the view could register with when the view loads. Then each databound control would notify the ajax manager when it is databound. The ajax manager would then fire an event to indicate that all controls have been databound. Then my code could handle setting the default dropdownlist values and refreshing the grid in one event handler which would be much cleaner than the current approach.
Declined
Last Updated: 05 Jul 2021 14:02 by ADMIN

Open this example https://dojo.telerik.com/@lydbell/UcOFiKad.

Run and wait 1 sec.

The selected custom view is lost and the Gantt chart reverts to the weekly view.

 

 

 

Declined
Last Updated: 30 Jun 2021 12:45 by ADMIN
Created by: Anthony
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Include Flow type definitions for kendo-ui jquery modules. 
Declined
Last Updated: 30 Jun 2021 12:45 by ADMIN
 I would like to see away to cross reference releases to the API docs.  So when a new method, property, etc. becomes available for a control or framework, I can see what release it was associated with.  This will permit me to upgrade apps to specific versions. Or during an update, I can see where a breaking change occurred.  I'm sure lots of other benefits could come from that.
Declined
Last Updated: 30 Jun 2021 06:11 by ADMIN
Created by: Andy
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The ImageBrowser only supports a Path and Filename to identify a file.  It would be nice to be able to use an ID instead of the Filename as an identifier.  This would involve changing the FileBrowserEntry object to include an ID property and make it available throughout (e.g. Thumbnail and Image URLs). 
Declined
Last Updated: 24 Jun 2021 11:21 by ADMIN
Created by: Ruben
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
6
Add the RadRadialMenu from the Win8 controls to Kendo UI
Declined
Last Updated: 18 Jun 2021 10:39 by ADMIN
Created by: Sam
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
Support Value template on ComboBox & MultiColumnComboBox
Declined
Last Updated: 18 Jun 2021 08:06 by ADMIN
Created by: Karel
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
2

Hi,

 

I'm 100% sure I've found a bug that occurs when trying to load a state into the kendo Filter component.

I've tried this on the example of the official documentation below ("Loading Settings on Demand")

https://docs.telerik.com/kendo-ui/controls/data-management/filter/state#loading-settings-on-demand

 

Here are some reproduction steps:

1. Click Add expression

2. Add Cost - Is equal to - 25

3. Click Save

4. Click any of the 2 close icons

5. Click Load (This should load in the filter of the cost being 25)

6. Once again, click any of the 2 close icons.

7. Click Save

8. Click Load (This should load all the results since we removed the filters and saved that state.)

9. As you can see, it once again loaded the filter instead of loading in the empty filter object.

 

Please fix this :)

 

Kind regards

Declined
Last Updated: 17 Jun 2021 11:38 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
As of Kendo UI R3 2018, template expressions in AngularJS are automatically escaped and as a result, our app is broken in some areas and we've rolled back to the previous version. At least give us the option to turn off escaping template expressions or offer a smarter sanitization method that can accept AngularJS template expressions within Kendo templates.
Declined
Last Updated: 17 Jun 2021 11:37 by ADMIN
Created by: francesco
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
The idea is that we have dispatchers (classes that fire events) and listeners (classes that listen for events). 
Declined
Last Updated: 14 Jun 2021 14:46 by ADMIN
When using numeric text box with AngularJS - the model value should be affected by using the arrows, just like it's affected by typing inside the control.
Declined
Last Updated: 10 Jun 2021 06:30 by ADMIN
Created by: Pierpaolo
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
28
I would like to implement something similar to what proposed here:
http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/6454228-separation-of-shapes-and-datasource-for-maps-in-da

Basically, it comes to binding shape properties to data: every time data changes, the filling of the shapes is changed accordingly.

Please, guys, this would be really good!
Declined
Last Updated: 28 May 2021 11:57 by ADMIN
Created by: Fuad
Comments: 2
Category: Kendo UI for jQuery
Type: Bug Report
0

Hello,

The function kendo.support.mobileOS is returning false when on Chrome browser using  Huawei mobile, model MRD-LX1F.

If using Firefox on same mobile, it returns true.

Android version is 9

EMUI versio 9.1.0

my contact : fuadk@gordano.com

or fuadks@gmail.com

Regards

Fuad

Declined
Last Updated: 20 May 2021 14:40 by ADMIN
  1. Create a box with background and text color like below in Excel

  2. Create quickanalysis for it


  3. Select Formatting -> Text That Cointains -> Custom Format...

  4. I chose red for the text and orange for the background

  5. The result in excel will be like this and save it

  6. Import it into kendoui spreadsheet

 

This shows up wrong when compared with on Excel.

Declined
Last Updated: 14 May 2021 08:28 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
Add a way to keep the highlight in list view - useful in split view so that it's clearly visible which item is selected (to be consistent to iOS, e.g. Mail app)