Telerik Forums
UI for Blazor Forum
5 answers
1.2K+ views

Hello!

Is there a way to resize the modal window from Editable="EditGridMode.Popup" on a DataGrid?

 

I did find https://github.com/telerik/blazor-ui/tree/master/grid/custom-popup-form via another forum thread, but that seems like wild overkill just to change the size of the modal by like 50px.

 

Thanks,

Andrew

Marin Bratanov
Telerik team
 answered on 21 May 2020
1 answer
133 views

When using an example like this
https://docs.telerik.com/blazor-ui/components/menu/templates

How does one set the icon on each item?

Marin Bratanov
Telerik team
 answered on 21 May 2020
0 answers
320 views

I want to remove the underline on hovering over a menu item.  The colors show, but the underline is still there.

 

.k-link:hover {
    color: forestgreen;
    background-color: khaki;
    text-decoration: none;
}

 

BitShift
Top achievements
Rank 1
Veteran
 asked on 20 May 2020
1 answer
845 views
With css I can style anchors with a:hover etc,  how can I get the menu items to use that?
BitShift
Top achievements
Rank 1
Veteran
 answered on 20 May 2020
8 answers
289 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
591 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
215 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.1K+ 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?