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
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/
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
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.
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)
Please add width configuration on dialog service
Add npm command installing all kendo-ui-for-angular components at once
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.
Could you please migrate Kendo UI Spreadsheet from jQuery version to Angular?
Fix rxjs imports and usage to comply with version 6 so I don't have to bloat my app with the rxjs-compat lib.
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.
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.
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?