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
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.
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:
Kind regards,
Serhat
Is there an option to select all or deselect all in the multi-select?
We have large lists and this functionality is required.
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?
How can I set the initial width of the left pane when showing the Splitter horizontally?
Thanks
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?
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.
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.