Telerik Forums
UI for Blazor Forum
1 answer
368 views

I need to set active tab from code and handle tab changed from user interaction, so i use the ActiveTabIndex property and the ActiveTabIndexChanged event, but this prevent tab to be changed from gui.

The issue can be replied with this code:

 

<TelerikTabStrip ActiveTabIndex="ActiveTabIndex"ActiveTabIndexChanged="ActiveTabIndexChanged">

    <TabStripTab Title="Tab1">
        <Content>1</Content>
    </TabStripTab>
    <TabStripTab Title="Tab2">
        <Content>2</Content>
    </TabStripTab>
</TelerikTabStrip>
@code {

    private int ActiveTabIndex {get;set;}

 

    private void ActiveTabIndexChanged(int tabIndex)
    {
    }

}

 

what's wrong?

Thanks

Dimo
Telerik team
 answered on 16 Nov 2022
1 answer
151 views
Tabstrip titles are default red how to change their color
Hristian Stefanov
Telerik team
 answered on 15 Nov 2022
1 answer
231 views

I have a page/component using the <TelerikGridLayout> object.

I dont seem to be understanding the row tag.

 <GridLayoutRows>      
        <GridLayoutRow Height="100px"></GridLayoutRow>   @*App Msg*@
        <GridLayoutRow Height="25px"></GridLayoutRow>     @*Report Choices*@
        <GridLayoutRow Height="50px"></GridLayoutRow>
        <GridLayoutRow Height="5%"></GridLayoutRow>
        <GridLayoutRow Height="75%"></GridLayoutRow>    @*Report Grid *@
    </GridLayoutRows>

 

I have tried %s also but the same thing seems to happen.

Sometimes the 1st row is covered by the objects in the 2nd row. example:

That text msg area is on the 1st row the Labels and button are on the 2nd row.

I thought the 1st row would push the 2nd row stuff down auto like. :)

How do I get it to not cover each other?

 

Thanks

Deasun.

 

 

Dimo
Telerik team
 answered on 15 Nov 2022
1 answer
371 views
I see that there is a Demo page for ASP.NET Core components to bind a Grid component to a GraphQL data source.

Is there a version for Telerik UI for Blazor?
Dimo
Telerik team
 answered on 11 Nov 2022
1 answer
95 views

I would like 1 page with 1 grid that depending on user choosing a DDL choice would have different column results.

example:

Rpt 1 choice: Columns = a1, a1, a3, ...

Rpt 2 choice: Columns a1, b2, x4, ....

Can this be done? Or do I have to have a grid for each different report set?

And then just hide other grids not using atm.

Thanks

Nadezhda Tacheva
Telerik team
 answered on 11 Nov 2022
3 answers
3.2K+ views

You can do this with the standard input element:

<input type="text" class="form-control" id="counterAccountCode" placeholder="999-999-999-999-999-999, NONE if not applicable" bind="@Item.CounterAccountCode" />

 

Is there a way to do this with the Blazor TextBox or is this something that is still in the works?

 

Thanks.
Hao
Top achievements
Rank 1
Iron
 answered on 11 Nov 2022
1 answer
197 views

I need to format one of the columns with three decimal places.

In https://docs.telerik.com/devtools/winforms/api/telerik.documents.spreadsheetstreaming.builtinnumberformats , I could not find any option for the above-mentioned purpose.

I am formatting a column before the data is exported in grid. Here is a code:

I would really appreciate if you could tell me if there is such a BuiltInNumberFormat. If not,  is there Telerik class that allows me to do so? I tried incell formatting, but without success.

Umidjon
Top achievements
Rank 1
Iron
 answered on 10 Nov 2022
0 answers
188 views
We would like to add horizontal lines (ideally) or points to each series in a bar chart to indicate minimum and maximum values. The closest solution I can find is to use a line chart, but that doesn't really make sense because there isn't really a relationship between the marks across the series. A different plot band for each series would work, but we need a separate plot band for each series. Another option would be to do the line chart but only show the marks and not the line itself. Any options currently available?
Chris
Top achievements
Rank 1
 asked on 10 Nov 2022
2 answers
359 views

Anyway to add a tooltip hint to the drawer item?

Popsup when the mouse hovers over it!

 

Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
 answered on 10 Nov 2022
1 answer
551 views

Hi,
Is there any way how to customize button(text or command) in Grid Popup window edit mode?

 

 

In Inline mode I can modify buttons(text and command)

Nadezhda Tacheva
Telerik team
 answered on 10 Nov 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?