Telerik Forums
Kendo UI for Angular Forum
4 answers
782 views

Hello,

I can't figure out why the .net core 2.2 / Angular 8 application throw 404 error when trying to upload 40 MB file using the kendo-upload. The request didn't hit the API, it throw 404 error on the client. I'm able to upload 21 MB file, i have not attempt 30, i assumed it will work up to 30 MB based on the default body size of the post request. here the error

Access to XMLHttpRequest at 'https://web-api' from origin 'https://web-client' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

HTTP Response : 404

 

I had attempted to

- set the MaxRequestBodySize to 50 MB in UseKestrel

- set [RequestSizeLimit(50000000)] to the API method

- update the web.config requestLimits maxAllowedContentLength="52428800"

- use [chunkable] in kendo-upload

 

Something to do with chunk? or some setting in Angular? setting in kendo-upload?

 

 

Thanks,

Bryian Tan

Patrick
Top achievements
Rank 1
 answered on 05 May 2020
1 answer
172 views
I believe the MVC version (.PasteCleanup(x => x.KeepNewLines(false))) and the JQuery versions ($("#editor").kendoEditor({ paste: function (ev) { ev.html = $(ev.html).text(); } });) have paste clean up functions to strip html from pasted code.
How can I achieve this with the angular editor?
Petar
Telerik team
 answered on 05 May 2020
1 answer
5.1K+ views

I am having trouble trying to get the grid to produce a horizontal scroll bar in angular 5 app. At the moment it tries to scrunch the data into the available space within the container. I have tried setting column widths to make it grow and it stopped scrunching the data but still no horizontal scroll bar. Does anyone have a fix for this?

Thanks in advance.

Martin Bechev
Telerik team
 answered on 05 May 2020
1 answer
182 views

Hi,

 

I have a small issue regarding a treeview checkbox implementation I am working on. By default the checkmarks within the checkboxes seem enlarged and touch the border of the checkbox, which looks a little bit ugly. I am unsure what css property would allow me to change the size of the checkmarks. Does anyone maybe have an idea?

 

For reference see the two screenshots attached:

  • Checkboxes enlarged --> how it looks for me
  • Checkboxes Demo --> the demo implementation in the telerik documentation

 

Kind regards,

Serhat

 

Svet
Telerik team
 answered on 05 May 2020
2 answers
1.1K+ views

Is there an option to select all or deselect all in the multi-select?

We have large lists and this functionality is required.

 

 

Svet
Telerik team
 answered on 05 May 2020
4 answers
797 views

Hi,

We are looking to implement virtual scroll functionality in the TreeView for Angular.
I have searched the forum and internet but have not come across anything that answers my questions.

Does the TreeView for Angular support virtual scroll?

If so, how do I implement this in the component?

Dimiter Topalov
Telerik team
 answered on 05 May 2020
1 answer
119 views

How can I set the initial width of the left pane when showing the Splitter horizontally?

Thanks

Petar
Telerik team
 answered on 04 May 2020
3 answers
297 views

     I have this in my package.json:

"@progress/kendo-angular-buttons": "^5.4.1",
    "@progress/kendo-angular-common": "^1.2.2",
    "@progress/kendo-angular-dateinputs": "^4.2.2",
    "@progress/kendo-angular-dropdowns": "^4.2.6",
    "@progress/kendo-angular-excel-export": "^3.1.3",
    "@progress/kendo-angular-grid": "^4.7.0",
    "@progress/kendo-angular-inputs": "^6.5.1",
    "@progress/kendo-angular-intl": "^2.0.1",
    "@progress/kendo-angular-l10n": "^2.0.1",
    "@progress/kendo-angular-layout": "^4.2.3",
    "@progress/kendo-angular-pdf-export": "^2.0.3",
    "@progress/kendo-angular-popup": "^3.0.5",
    "@progress/kendo-data-query": "^1.5.3",
    "@progress/kendo-drawing": "^1.6.0",
    "@progress/kendo-theme-default": "^4.17.0",
    "@progress/kendo-theme-material": "^3.14.0",

Is it all kendo? Will every component be working? How to add them all?

Svet
Telerik team
 answered on 04 May 2020
1 answer
105 views

I currently have the Grid working with row filter.

Is there a way to add a new operator to the filter?  For example, a List filter: I want to select the List operator, and then paste in a comma separated list of values in the filter input box and then trigger a filter that will search for all the values in the list.

I can code in the filter handling (it's all happening on the server-side) but can't figure out how to add a new filter operator.

Svet
Telerik team
 answered on 04 May 2020
2 answers
649 views

Problem: When I drag a column to be grouped, it doesn't show the full name of the column as can be seen in issue.png.

To resolve this, I'd have to resize the column so I can show its full name as can be seen in issue_2.png.

Question: Is there a way for me to show the column's full name without resizing it?

 

Thank you.

Charles
Top achievements
Rank 1
Veteran
 answered on 04 May 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?