Duplicated
Last Updated: 16 Jun 2021 14:34 by ADMIN
Created by: Matthew
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0
I know this has been asked many times - when will there be a sketch file w/ the Kendo components? We are evaluating multiple libraries and w/ no support for sketch to design out UI - there will be little support from the design community - is there a beta that can be accessed? 
Declined
Last Updated: 15 Jun 2021 14:40 by ADMIN
Be able to turn off Keyboard Navigation for Kendo Component for Angular 4. (Not just for buttons)

Sometimes, our app may certain key down registered for other events but Kendo's component's keyboard navigation can't be turned off easily and will take over our app's keydown.

For now,  we have to write wrapper for every component that we don't want keyboard navigation like this:
http://plnkr.co/edit/yBAvnQ63yg9Y0REMcnRS?p=preview

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/ 
Declined
Last Updated: 15 Jun 2021 13:45 by ADMIN
Duplicated
Last Updated: 15 Jun 2021 12:41 by ADMIN
Created by: Inian
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1

Hi,

 

I would like to know if there is any CAPTCHA control that can be used within Angular. I came across the following link:

 

https://www.telerik.com/products/aspnet-ajax/captcha.aspx

 

but in that link it is using ASP.NET so we would like to know if there is a way we could call this from our Angular Project.

 

Please let us know.

 

Thanks and Regards,

Avinash Vallabhaneni

Declined
Last Updated: 15 Jun 2021 12:25 by ADMIN
What we want is the color of the Placeholder text in the DatePicker control to match the color of the Placeholder text in other controls.  When a value is selected, the text color should return back to the initial color.

Currently I don't see a good way to add styles to handle the state of whether there's a valid value, partial value, or no value.
Completed
Last Updated: 15 Jun 2021 12:22 by ADMIN
Created by: Jaap
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
When in NumericTextBox the cursor is in the input field, you can use arrow up and down to select increase/decrease the value (as if using the spin buttons).
Allow the use the mouse wheel to do that (only when NumericTextBox has focus)
Completed
Last Updated: 15 Jun 2021 12:08 by ADMIN
Created by: Mauricio
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
2
Please add modality configuration on dialog service so we can have something similar to kendo ui windows 
Duplicated
Last Updated: 15 Jun 2021 12:03 by ADMIN
Created by: Andreas
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
A Filter Component similar to the one in jQuery: https://demos.telerik.com/kendo-ui/filter/index
Completed
Last Updated: 14 Jun 2021 15:42 by ADMIN
Created by: Iqbal
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3
Please add width configuration on dialog service
Declined
Last Updated: 14 Jun 2021 15:38 by ADMIN
Add npm command installing all kendo-ui-for-angular components at once
Declined
Last Updated: 14 Jun 2021 15:32 by ADMIN
An ASP.Net Core (net framework) project template with angular 4 and all the services set up to use the report viewer in the webapp, along with a sample report and the reportviewer in the angular app. You could also use your own angular controls as well??
This would be an enhanced version of the one available for vs2017 with webapis setup for data and serving the report.
Declined
Last Updated: 14 Jun 2021 15:28 by ADMIN
ADMIN
Created by: Petyo
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
3
Reference implementation - the ASP.NET Ajax RibbonBar (http://demos.telerik.com/aspnet-ajax/ribbonbar/examples/overview/defaultcs.aspx)
Duplicated
Last Updated: 14 Jun 2021 14:10 by ADMIN
Created by: Sergey
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
9
Could you please migrate Kendo UI Spreadsheet from jQuery version to Angular?
Duplicated
Last Updated: 14 Jun 2021 14:02 by ADMIN
Completed
Last Updated: 10 Jun 2021 15:04 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
8
Fix rxjs imports and usage to comply with version 6 so I don't have to bloat my app with the rxjs-compat lib. 
Duplicated
Last Updated: 04 Jun 2021 07:38 by ADMIN
Created by: Steve
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1

Current column management is dealt with horizontally, dragging columns left and right.

Current visibility management is dealt with vertically, ticking columns on and off.

With horizontal management, only 5-10 columns fit on a screen.

With vertical management, there is potential to fit 5x or more columns on a screen.

 

Our customers often have around 100 columns, and need to reorder frequently.

They are asking for more easy column management.

Other grid/table solutions often offer an edge-auto-scroll feature, which I have seen a Feature Request here and have upvoted it.

But we strongly feel that a vertical arrangement, such as the one already existing in the Column-Context-Menu, could provide our customers with a better UX.

 

Many thanks.

 

Completed
Last Updated: 18 May 2021 15:38 by ADMIN
Created by: Dzmitry
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0

https://stackblitz.com/edit/angular-dxhzju

 

1. Change scheduler timezone in combobox

2. Change view selector to "Month", for example.

Result: provided colors from resources aren't appied anymore.

Completed
Last Updated: 18 May 2021 15:34 by ADMIN
Release 2020.2
Created by: Maikel
Comments: 1
Category: Kendo UI for Angular
Type: Bug Report
0

Hello,

 

Currently, the kendo theme for bootstrap overrides the default bootstrap custom component styles.

For example, the kendo checkbox has a default #FFF background but the bootstrap custom checkbox has a grey-ish background, which is always the same as the disabled style.

$custom-control-indicator-bg <--- this should be #FFF

 

Could this be changed back to the default bootstrap values?