Declined
Last Updated: 22 Jun 2021 14:22 by ADMIN
Created by: Stacey
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
The check-box styles for the Kendo themes are beautiful, but they are still static in size. As anyone who has tried can assert, it is very difficult to scale and resize check-boxes, since they don't behave the same way as most other controls.

It would be absolutely wonderful if the Kendo suite had a way to do this, such as ...

```
<form class="k-form">
    <div class="k-form-field">
        <input type="checkbox" id="ch1" class="k-checkbox" checked />
        <label class="k-checkbox-label" for="ch1">Checkbox 1</label>

        <input type="checkbox" id="ch2" class="k-checkbox" checked disabled />
        <label class="k-checkbox-label" for="ch2">Checkbox 2</label>

        <input type="checkbox" id="ch3" class="k-checkbox">
        <label class="k-checkbox-label" for="ch3" [scale]="2">Checkbox 3</label>
    </div>
</form>
```
Completed
Last Updated: 22 Jun 2021 14:13 by ADMIN
Created by: Derek
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
1
Please add support to the @progress/kendo-angular-intl library for the following Norwegian locales:

Norwegian, Nynorsk (Norway)
Sami (Northern) (Norway)
Sami (Southern) (Norway)
Sami (Lule) (Norway)
Completed
Last Updated: 22 Jun 2021 13:56 by ADMIN
Created by: samar
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
Hello Team,

I would like to request for Card View Just like List View in Kendo UI Jquery. So that, users can interchange between kendo grid and card view. Also, I would like to have all the features provided by grid.

EG: https://demos.telerik.com/kendo-ui/listview/editing
Declined
Last Updated: 21 Jun 2021 14:34 by ADMIN
Created by: Imported User
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
There is page includes 2 component: 
1. DatePicker with placeHolder is 'placeHolder first value'
2. Button to handle event onChange when clicked.
When the button is clicked, change the placeholder value to 'placeHolder second value'

How to do that with Kendo UI for Angular 2+. ?
Thank you. 
Contact via skype quanhungbang | email : quanhungbang@gmail.com
Declined
Last Updated: 21 Jun 2021 14:17 by ADMIN
Created by: Mikael
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
Range picker for numeric values
Completed
Last Updated: 21 Jun 2021 12:46 by ADMIN
Created by: Anand
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
I wish there was a way to build dashboard layouts easily by end users from a selection of widgets (components) configured by developer
You have something like that in Sortable but that does not work with components and the user is not able to set the layout - initially you can think about using the Splitter control (that is planned to release) and later perhaps make it more functional by incorporating collapsible panels.
Unplanned
Last Updated: 21 Jun 2021 09:20 by ADMIN
Created by: Bryan
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
4
It would be nice for the Editor to support writing markdown or standard HTML. 
Unplanned
Last Updated: 16 Jun 2021 15:10 by ADMIN
Created by: Kalli Kaldi
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
6

Is it possible to add a duration input control in format HH.  I´m not talking about a time picker, but a way to choose how much time will last doing something.

The value could be in minutes or hours (fractional minutes).

Here is a discussion on this topic on

https://stackoverflow.com/questions/17428387/hows-a-duration-picker-called-and-does-it-exist

 

Completed
Last Updated: 16 Jun 2021 15:07 by ADMIN
Created by: Christoph
Comments: 2
Category: Kendo UI for Angular
Type: Feature Request
5

Forms are what we use every day and if there's a form, we often have to validate the input and show the validation results to the user.

Problems:

  • The way to do this today with angular requires a lot of code (see https://angular.io/guide/form-validation for examples)
  • In many cases we have to handle and show the same validation errors over and over again. E.g. "this field is required"

Opportunity:

  • The way validation errors are shown is similar in most applications and can be easily adjusted using simple CSS.
  • Common validation error messages should be ok for many applications.

Feature request:

  • Add a component to easily display validation errors of form components.
  • Add global validation settings to customize standard error messages and behavior.

Example:

// global setup
validationService.configure({ showIf: 'touchedOrDirty', messages: { required: "This field is required', customKey: 'This field needs ... ', customKey2: errorMessageForCustomKey2Fn }); // callback to generated error message for customKey2 function errorMessageForCustomKey2Fn(control: FormControl) => return `can include 'but is ... ' from form control`; // HTML in component template <input formControlName="myinput" ... /> <validation-errors forControlName="myinput"> // < should handle all globally registered errors without additional code. <error key="keyOfValidatorOnlyUsedHere">Sorry, but you have to</error> </validation-errors>

I think such a feature could massively reduce the work to setup forms.

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
2

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