Duplicated
Last Updated: 12 Aug 2022 21:11 by Jason
Created by: Win Mar
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
2

I have made some predefined html and load to kendo editor for angular. Table html styles are overwritten by k-table styles and all styles are gone.Is there any possibility to adjust width , border style of table in kendo editor for angular? 

I have found table wizard for insert table for kendo editor in JQuery. Is there possibility to add this feature for angular kendo editor? 

Unplanned
Last Updated: 03 Feb 2022 10:46 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
2

Please allow setting the pager type to "Select" so that the Select element, currently only visible in responsive numeric pagers when there is not enough space for rendering the numeric buttons, can be displayed as a result of developer configuration instead.

Also, provide an option for displaying the numeric input element instead of the Select element when the pager responsive behavior kicks in.

Unplanned
Last Updated: 26 Apr 2022 08:07 by ADMIN

Add selectOnFocus option for AutoComplete, ComboBox and MultiColumnComboBox.

The same is available for the TextBox component:

https://www.telerik.com/kendo-angular-ui/components/inputs/api/TextBoxComponent/#toc-selectonfocus

Unplanned
Last Updated: 01 Jun 2022 07:42 by ADMIN
TimeSelectorComponent
It is used by DateTimeInput and TimeInput.
But there are use cases where you need the time selector inline - without the input or popup.

The component exists and is exported but is not documented. 
Declined
Last Updated: 23 Sep 2022 07:14 by ADMIN
Created by: Babu
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
 

We are using placeholder like <span id="P_Name" name="P_Name">{P_Name}</span> . this would replace with the patient name on loading the editor. 

we used the ContentEditable = false is not working for the span. Some important content such as patient information should be read-only.

attached the sample editor content , the below content are loading dynamically , so we should restrict user should not edit the conent.

 


Unplanned
Last Updated: 23 Sep 2022 08:12 by ADMIN
Created by: Babu
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2

Tab Key: When you press the TAB key, the editor loses control of the focus. It is intended to give tab space rather than leave editor control. The indent space actually differs greatly from the tab space.

 

 

Duplicated
Last Updated: 06 Oct 2022 10:00 by ADMIN
Created by: Branden
Comments: 0
Category: Kendo UI for Angular
Type: Bug Report
2
When selecting a date from the column of the current day, it does not always allow you to pick a date and jumps to another month or somewhere else in the picker.
Duplicated
Last Updated: 22 Mar 2023 08:19 by ADMIN
Created by: Shreekant
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
2
Grid row merge

Hi Team,

Requesting a feature to grid rows merge like below example for similar data. And by when we can expect this feature in Kendo grid. 

Col1Col2Col3Col4Col5Col6
Row1Row1Row1Row1Row1Merge1
Row2Row2Row2Row2Row2
Row3Row3Row3Row3Row3Merge2
Row4Row4Row4Row4Row4
Row5Row5Row5Row5Row5
Row6Row6Row6Row6Row6Merge3
Row7Row7Row7Row7Row7
Row8Row8Row8Row8Row8Merge4
Row9Row9Row9Row9Row9

Thanks!

 

Unplanned
Last Updated: 23 May 2023 09:07 by Eric
Created by: Kendo UI
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2

When adding a filter to a grid, there is no way to define "case insensitivity" for the oData filter query.
There is a property in the Data Query library (toLower) but it seems only to work for the value and not accessible from grid.

This Feature Request is to have the ability to do case insensitive queries via the query string and not in the API.

Unplanned
Last Updated: 23 May 2023 14:20 by ADMIN
The new AdaptiveMode property on several components, like DropdownList and DatePicker, is a nice feature, but there is no way to configure the animation. Mainly the speed or just disabling it at all. Would be nice if there was a way to globally change the settings of the animation.
Unplanned
Last Updated: 12 Jun 2023 09:11 by Vishal
Created by: Vishal
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
2

Hi,

The condition is that we need a homepage with multiple dynamic tabs. Only one component is active at any given time in this feature. However, if we want to view the data from two or more tabs simultaneously, we can drag and position them next to each other, similar to how we see tabs in Chrome and other browsers. This functionality is controlled by docking managers.

Thank you in advance for your consideration.

Unplanned
Last Updated: 22 Apr 2024 10:54 by Sergey
Created by: Sergey
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
2

Implement a MediaPlayer component like the jQuery one:

https://demos.telerik.com/kendo-ui/mediaplayer/index

Unplanned
Last Updated: 26 Apr 2024 05:38 by ADMIN
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
2

Typing a decimal number in a grid filter menu input for number type removes dot sometimes.
Can be reproduced in this Grid: 

https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu/

Declined
Last Updated: 14 Jun 2024 07:51 by ADMIN
Created by: anthony
Comments: 3
Category: Kendo UI for Angular
Type: Bug Report
2

I'm experiencing an issue with the filtering and sorting functions in a Kendo Grid. This problem seems to occur with the latest version of Kendo UI for Angular in combination with Angular 18.

I have created a sample project on StackBlitz where the issue can be reproduced: StackBlitz Project.

In the example, you can see that the filtering and sorting capabilities are enabled. However, both filtering and sorting do not seem to work correctly.

Here is a relevant code snippet:

<kendo-grid [data]="gridData" [selectable]="selectableSettings" [navigable]="true" [height]="300" filterable="menu, row" [sortable]="true">
    <kendo-grid-column field="ProductName" title="Product Name"></kendo-grid-column>
    <kendo-grid-column field="UnitsInStock" title="Units In Stock"></kendo-grid-column>
    <kendo-grid-column field="UnitsOnOrder" title="Units On Order"></kendo-grid-column>
    <kendo-grid-column field="ReorderLevel" title="Reorder Level"></kendo-grid-column>
</kendo-grid>

What I have tried:

  1. I checked that the correct versions of Kendo UI and Angular are installed.
  2. I tried different settings for the filtering and sorting capabilities.
  3. I reviewed the Kendo UI documentation to ensure I didn't miss anything.

Current behavior:

  • Filtering: When I try to filter, the results are not updated correctly.
  • Sorting: Sorting does not seem to produce the correct order.

Expected behavior:

  • The grid should correctly filter and sort based on the column values.

Am I doing something wrong, or does this seem to be an issue with the Kendo UI framework? Any suggestions or solutions are welcome!

Thanks in advance for the help!

Duplicated
Last Updated: 19 Jun 2024 06:27 by ADMIN
Created by: Akshay
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
2

Hi Team,

At times organization need to include their logo in exported excel and easiest way to include logo would be to user MS Excel's IMAGE function. So, could you please consider this request, where in developers can include images in exported excel's using IMAGE function, in Kendo Angular UI.

 

Regards,

Akshay

Unplanned
Last Updated: 21 Oct 2024 08:31 by Kendo UI

Add functionality to the Java Spring Boot sample application to support server-side data operations, such as sorting, filtering, and pagination. Currently, the demo uses the process method to do the operations on the client.

https://github.com/telerik/kendo-angular/tree/master/examples-standalone/kendoangular-java-integration

 

Completed
Last Updated: 15 Jun 2021 13:54 by ADMIN
Created by: Bobby
Comments: 0
Category: Kendo UI for Angular
Type: Bug Report
1
I am trying to access the documentation for Kendo UI for Angular and I am getting a redirect error in the browser (Chrome and Firefox), specific to the Kendo Grid documentation for filtering:
https://www.telerik.com/kendo-angular-ui/components/grid/data-operations/filtering/ 
Completed
Last Updated: 24 Apr 2017 15:15 by ADMIN
my company will use it for product, release 1.0 version soon, please ,about form component and dataviz first,please
Completed
Last Updated: 06 Feb 2017 11:42 by ADMIN
Created by: Sergei
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
You serriosly? where you button on example?
http://www.telerik.com/kendo-angular-ui/getting-started/#toc-project-setup
please add it
Completed
Last Updated: 24 Apr 2017 14:32 by ADMIN
Created by: Cato
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1