Telerik Forums
UI for Blazor Forum
1 answer
226 views

Hi,

Within the Grid I use a custom filter row as it is shown at https://demos.telerik.com/blazor-ui/grid/custom-filter-row

Is there any way to filter a numeric column for lines with or without a value given? Normally this is available for string types.

 

Best regards,

Rayko

Stamo Gochev
Telerik team
 answered on 24 May 2023
0 answers
194 views
In the TimePicker, once the control is activated, Is there a way to show leading zeros in the hour and minute dropdowns/columns?
Walter
Top achievements
Rank 1
 asked on 19 May 2023
1 answer
374 views

Hi,

I'm trying to create EditForm with child components inside it.

Child component has two drop down lists, that after selection should return single value.
You can see attached Component.razor and razor.cs with the code.

However, my EditForm throws me error regarding ValueExpression.

If I understand right, I can reference it to specific model property, but I have 2 dropdown menus and I dont hold value for any of them in my object? So how I should use it?

I'm currently trying to use it like this:

<Customs.UI.Shipments.Components.Common.LocodeComponent DateRequired="true" Title="Collection" Export="@(Shipment.Export)" @bind-CityId="Shipment.CollectionCityId" />

 

Last screenshot of it working absolutely fine outside EditForm..

 

Any help or guidance would be so much appreciated!

 

 

Svetoslav Dimitrov
Telerik team
 answered on 18 May 2023
1 answer
309 views

https://docs.telerik.com/blazor-ui/components/filemanager/events#read-event

The documentation says the event can be used "for example, to retrieve only a small number of items to improve the backend performance." This is exactly the scenario I have with many files and folders. However, the event only seems to fire one time when the control is initialized.

What is the purpose of this event, since data can be read programmatically with the OnInitializedAsync or OnModelInit events?

Is there any way to set the data to the current path's folders/files and use the read event when the user navigates (up or down) to a new folder?

Thanks

Nadezhda Tacheva
Telerik team
 answered on 18 May 2023
1 answer
182 views
Need Multi selection control functionality in combo look means i need to put arrow icon with multi select telerik control and on click of that icon will appear the list box for selection as like in combo/dropdown control
Nadezhda Tacheva
Telerik team
 answered on 18 May 2023
1 answer
253 views

I love the GridLayout-Component. I use it a lot.

I mostly set the Grid Parameter "VerticalAlign" to Center. But that is for all the Cells in the Grid.

But sometimes I want to set the Alignment of just one Cell to e.g. "Top".

How is that possible ? It would be a great feature having this Property for each GridItem...

Dimo
Telerik team
 answered on 17 May 2023
1 answer
739 views

I just discovered the DetailTemplate and it is great. But I build myself a genereric Grid-Control with the Tererik-Grid and I pass a RenderFragement from my Parent-Component to this Control. This works perfectly. But even if the RenderFragemt is Null, the "+" and "-" Buttons to expand and collaps the DetailTemplate are always shown. How can I hide them ?

Unfortunately this is not working:

    @if (ChildContent != null)
    <DetailTemplate>
        {
            @ChildContent
        }
    </DetailTemplate>
    }

Nadezhda Tacheva
Telerik team
 answered on 17 May 2023
1 answer
237 views

Hi All,

I schedule a Month at the time but using the MultiDay view because I need 09:00-17:00 in .25 hours a day.

Is it possible to use the Month view in a grid of days x hours like the Multiday view.

As alternative I would also be happy if I could use the Month-view date-picker 

 

TIA

Regards, Maarten

Dimo
Telerik team
 answered on 16 May 2023
1 answer
1.0K+ views

I would like to achieve this:

I have a GridLayout width 3 Rows (50px, Auto, 50px)

The second row is expanding due to the Browser-Height.

Inside this second Row I would like to put a Grid that expands along to the maximum available height when the User resizes the Browser.

If I give the Grid the Height of "100%" the Height is too low if the Grid has no rows. I would like to expand the Grid always to the maximum available space. At the moment I try to calculate the height with JavaScript in Pixel but I hope that there would be a better way !?

Is there any ?

 

Nadezhda Tacheva
Telerik team
 answered on 15 May 2023
0 answers
199 views
Hi am using this tutorial
https://demos.telerik.com/blazor-ui/window/stacking-windows
When i stack windows with modal textboxes are losing borders
Css is not working More windows i add it darkens the background and css is showing abnormality for textboxes.
Shahraiz
Top achievements
Rank 1
Iron
 asked on 15 May 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?