Telerik Forums
UI for Blazor Forum
8 answers
264 views

Hello,

As you can see with the attached screenshot, the filter icon is over the header text in this case.

Marin Bratanov
Telerik team
 answered on 20 May 2020
6 answers
2.4K+ views
OnChange doesn't seem to be working for me, is there an example somewhere? Not seeing the event in the documentation.
Marin Bratanov
Telerik team
 answered on 20 May 2020
1 answer
552 views

Hello,

I have a display that contains a tab control with two tabs and each tab containing a grid.

The problem is that, when I switch tab, the sorting and filtering of the grid is lost.

Marin Bratanov
Telerik team
 answered on 20 May 2020
1 answer
201 views

GridFilterMode.FilterMenu allows to open popup with 2 conditions per column joined with logical conjunction: "and" "or".

Is it possible to have more conditions per column? For example:

Salary > 20
and
Salary < 100
and
not (Salary = 50)
 
Marin Bratanov
Telerik team
 answered on 20 May 2020
3 answers
2.5K+ views

Hello,

I need to migration some legacy stuff and some weird Object-constellation is giving me some problems with the binding in the Blazor Telerik-Grid.
Maybe some-one can give me some advise.

Example Code of legacy data structure:

class MainObject() {
    string Id {get; set;}
    SubObject[] SubObject {get;set;}
}
 
SubObject {
   string Key {get;set;}
   string Value {get;set;
}

 

Details: the SubObject contains some-kind of descriptive Information that is customized for every system.

Goal: 

protected IList<MainObject> MainObjectList{ get; set; }

 

<TelerikGrid Data=@MainObjectList>
<GridColumn Field="Id" Title="Id"></GridColumn>
<GridColumn Field="SubObject.First().Value" Title="SubObject.First().Key"></GridColumn>

 

What I try to achieve is to show some of the normal properties of the MainObject and some of the Descriptive-Informations inside the SubObjects in the Grid.
I did not even managed to show any of the Informations of the SubObject, is this even possible?

Michael
Top achievements
Rank 1
 answered on 20 May 2020
1 answer
1.0K+ views
What is the preferred way to set the background color of the menu?  Im using the bootstrap theme, but the menu background has a grey color and my page background is white (#ffffff) and I need the menu background the same.  
BitShift
Top achievements
Rank 1
Veteran
 answered on 19 May 2020
3 answers
547 views

Hello Team;

There is an upcoming feature on the roadmap called "Blazor Dashboard Template".
For our Admin App, we need a Dashboard with layout (Side/top menu, Header, Footer, Body and etc.). Before we spend the time and build this from ground up, we are hoping this component will save us some time.

My question is, is there a similar control/component in other Telerik platforms that we can look at a demo, to get an idea what's coming up? If yes, could you please provide a link?
If not, is it possible to get more detail information on how it will work and what we should expect?

Thanks!

Marin Bratanov
Telerik team
 answered on 19 May 2020
1 answer
2.5K+ views

Is there a way to hide the header?  I'm trying to use the Grid as a ListBox and it almost works using an empty span for the <HeaderTemplate>

<TelerikGrid SelectionMode="@GridSelectionMode.Multiple"
                                                 Data=@AvailableSerialNumbers
                                                 Pageable="false"
                                                 Sortable="false"                                                  
                                                 SelectedItemsChanged="@((IEnumerable<TSerialNumberDto> serialNumbers) => OnSelectSerialNumbers(serialNumbers))"
                                                  SelectedItems="@SelectedSerialNumbers"
                                                 >
                                        <GridColumns>                                            
                                            <GridColumn Field="Number">
                                                <HeaderTemplate>
                                                    <span class="k-display-flex k-align-items-center">
                                                        
                                                    </span>
                                                </HeaderTemplate>
                                            </GridColumn>                                            
                                        </GridColumns>
                                    </TelerikGrid>

However it leaves just a little bit of a bar at the very top that I can't get rid up...seems like there should be a way to hide that.

Marin Bratanov
Telerik team
 answered on 18 May 2020
3 answers
476 views

Hello,

 

when I try to sort a grid, bound to an observable collection, it doesn't work. The function SetState does not exit

 

Best Regards

Marin Bratanov
Telerik team
 answered on 15 May 2020
3 answers
1.5K+ views

In this example
https://docs.telerik.com/blazor-ui/getting-started/server-blazor

This part, 

<head> . . . <script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer></script><!-- For Trial licenses use <script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js" defer></script> --></head>

 

When I run my app, I get a 404 on telerik-blazor.js

Where is the _content folder?

 

Also, this section

<head> . . . <link rel="stylesheet" href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" /><!-- For Trial licenses use <link rel="stylesheet" href="_content/Telerik.UI.for.Blazor.Trial/css/kendo-theme-default/all.css" /> --></head>

Get a 404 on all.css

 

Svetoslav Dimitrov
Telerik team
 answered on 15 May 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?