Hello,
I tried to implement the chunk upload feature of the Upload component, and started by using the sample code from https://www.telerik.com/blazor-ui/documentation/components/upload/chunk-upload, but didn't get it working.
The main problem is that in UploadController.cs, the IEnumerable<IFormFile> files always have zero elements, and the string parameter chunkMetadata is never used (except in a comment).
So I suspect this controller is copied from the default upload behaviour and modified somewhat, but it remains unfinished.
What is that parameter chunkMetadata? What does it contain? Why isn't that explained in the documentation?
Under 'Basics' it says there is a property 'MetadataField' that 'Specifies the name of the variable that will receive the chunk upload metadata in the remote endpoint.' Nothing more, no explanation on how to use it, what info it contains, or even simple sample code.
Also, no explanation why in the controller there is a ChunkSave and a ChunkSaveCustom (the latter taking the metadata from the body). Why is that, and why is there no explanation for when to use which?
Can anybody share some working code of the upload controller?
Kind regards,
Kees Alderliesten

Hi,
Have a bunch of modal windows that I open in our application. Looking to have a different animation to apply when the modal opens vs. when it closes (and different duration). It seems like the Window animation parameter only supports a single type of animation and single duration.
1. Is this correct?
2. Is there a suggested workaround? Maybe using the Animation Container?
Any info or suggestions would be appreciated.
Alan


This is just a comment in general frustration, I recently discovered that even though I am on the latest version in my application I am still restricted from using a "local" MCP for Telerik because I have a perpetual license instead of the subscription license. Look, I get it; you want people on a subscription to make more money and likely to ensure they are on the latest version for the MCP. But just because I am not on a "subscription"; does not mean I am not on the latest version. We are still a paying customer, and it is not like you are maintaining a hosted service, it should not be costing you anything in AI Credits.

Hi, I tried to add the Hello String recipe to a blazor app and it partially worked. While the button was (Say Hello), when clicked, nothing happed.
Furthermore, I could not debug within the code. Eventually, I tried to throw an exception from the code and that did not work.
The code was copied and pasted in the Home.razor page of Hell World blazor template.

Hy,
I have a .razor page in .NET 10 blazor server and I am using the TelerikFloatingLabel component like this:
As you can see, inside there is a TelerikTextBox with Size set to "Large" value.
The visual result on the page:
The label is not vertical aligned. If I set the TelerikTextBox component to default size, the labe is correctly aligned.
Do I Have to fix the display with CSS styles or is there another way?
Thanks,
Marco

I've tried the following:
HTML ...
CSS
.k-dialog .k-dialog-content {
white-space: pre-line;
}Unicode
\u00A0
bool isConfirmed = await Dialogs.ConfirmAsync($" Are you sure you want to delete {item.RepairType} rate of {item.NextStandardRate}? ", "Confirmation");Doesn't matter what I do, any spaces before or after get removed from the string passed in to the Dialog:
This IS ugly and I can figure out how to get some padding or margin.
Thoughts?
I like the HighlightedCells property on Grids. Is it possible to specify a style option for each item in the list? I would much prefer this over the OnCellRender event.
Then I would be able to specify that GridHighlightCellDescriptors with ColumnField of X should be Red, and ColumnFields of Y should be Blue.
Telerik release notes are pretty generic with little or no detail references especially to "breaking changes".
For example:
No links to an example of code with "Before" and "After" needed to adjust for the Breaking Changes.
So what is "smartbox mode" ... no link to what this feature is and how it would be used.
On "New" features there is no link/reference to where these "New" feature was requested nor number of requests. Some sort of direct link showing who wanted the feature and why.
And we're still missing a lot of basic features like a Print option for Scheduler that will format/size the Schedule automatically to the output ... we're still using JS work-arounds.
Still no documentation on various CSS for on controls so we can quickly identify and adjust as needed ... avoid having to do painful browser developer mode hunting for what we need and setting pause of control states to discover etc.
Still no easy adjustments to visuals of DialogFactory.
Still issues with leaving a grid cell and clicking on a button outside the grid and losing data entered because the user didn't hit the Enter key.
I know I've said this before, but it's disappointing and does make one wonder if Telerik think Blazor is going to have a short life cycle hence isn't getting much development attention. I get that Microsoft have burned us all in the past (Silverlight for example) but MS do seem committed to Blazor this time around as they continue to add more and more .NET support for it and it will replace ASPX.
Telerik support is top notch (you folks excel here), but there seems to be lack of product direction and frankly feedback process seems entirely useless.
Rob.
