Hello,
I would like to avoid componente cleans filter user input when an item is clicked and auto-close is set to false.
So, imagine I want to select every item which contains letter 'S'. I type 'S' then when I click on the first item containing 'S', the 'S' in the input is removed and all the items are shown. So I need to type S again and again 1 time for each Item I want to select.
I attach a gif showing the behaviour.
Is there any way to avoid this input cleaning on selection?
Thanks.
I do not want to auto close my notifications and just let the user close them manually. But I would like to add a "clear all" button if they have not bothered to clear the notifications for some time. Seems like there should be an easy way to reset the collection but I have not found a way yet.
In the Blazor upload control, is there a way to upload directories?
In MVC, its just
.Directory(true)
.DirectoryDrop(true)
Blazor Upload does not have any similar, properites. Was that functionality not ported over?
Hello,
I use Telerik Grid and Search Box.
When I clicked edit command in Grid, Search Box is filled automatically.
And in my opinion, this value is GridCommandEventArgs.
How can I avoid to fill search box automatically?
Sincerely,
Hanna Lee
Dear all,
we are oing to start a migration of our portal from Razor to Blazor server. Problems comes when i trie to take into telerik UI.
As soon i did the basics steps explained here
https://docs.telerik.com/blazor-ui/getting-started/server-blazor
and here
https://docs.telerik.com/blazor-ui/knowledge-base/blazor-in-asp-net
But Kestrel server didnt' go up. It crasched on
app.UseEndpoints(endpoints =>
{
endpoints.MapControllerRoute("default", "{controller}/{action=Index}/{id?}");
....
on
System.Reflection.ReflectionTypeLoadException: 'Unable to load one or more of the requested types.
Method 'BeginInvokeJS' in type 'Microsoft.AspNetCore.Components.WebAssembly.Services.DefaultWebAssemblyJSRuntime' from assembly 'Microsoft.AspNetCore.Components.WebAssembly, Version=3.2.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' does not have an implementation.'
Why it is seaching for 3.2.1.0 while i am in framework 5?
Regards
Daniele
Our company is evaluating Telerik's Blazor DataGrid for our project.
One thing we would very much like is multi-column sort.
What we want to know is whether the function works in a mobile environment(Hybrid App).
If it works like a mouse click when touching a column header, we are going to actively consider introducing it.
So...what's the secret?
I have a couple of columns in the grid with a ton of data and I want the contents of the cells with less text to be aligned to the top.
I have no issues doing this in a web forms app, but for the life of me, I cannot get it to behave in blazor.
Please take a look at https://github.com/Blazored/Toast this is how a toast should be implemented with default methods for ShowInfo
ShowSuccess,,ShowWarning and ShowError
Radzen and many other also have a similar implementation. Please be inspired and give us similar functionality in a upcoming release
After the last update the multi select drop down stopped working. It no longer drops down. You can type the names of items in the list and hit enter and they will populate the text area but the drop down never displays. Any ideas on what might be happening? As a side note I tried to change to an Autocomplete control and it would not drop down either. That might provide some insight as to the problem. I think it has something to do with the markup that caused it to behave a bit differently but not sure. I do know for sure it worked before and now it doesn't.
Hello
Is it possible to hide or close the notification from outside? I do have a notification with the possibility to answer. After clicking the button, the notification should close. Have a look at the screenshot. Thanks you and greetings from Berlin.