Telerik Forums
UI for Blazor Forum
1 answer
162 views

Hi,

I don't know how my data are organised, I can't create a class about it (this is CSV file import, any kind of file)

I want to display this is a grid.

<TelerikGrid Data="@datable.rows"
                     <GridColumns>
                        @{
                            for (int i = 0; i < datable.columns.Count; i++)
                        {
                            <GridColumn Field="@(i.ToString())">
                                <Template>
                                    @(((QFLib.DataRow)context)[i].ToString())  // How to evaluate i here ?
                                </Template>
                            </GridColumn>
                        }
                        }
                    </GridColumns>
                </TelerikGrid>

It doens't work because the template during code generation doesn't evaluate i

Is it possible ?

Another way of doing this ?

 

Sincerely,

Remi

 
Svetoslav Dimitrov
Telerik team
 answered on 22 May 2020
1 answer
1.5K+ views
Can I priview image in  onselect event ? 
Marin Bratanov
Telerik team
 answered on 21 May 2020
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
140 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
327 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
853 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
296 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
596 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
224 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?