Telerik Forums
UI for Blazor Forum
7 answers
121 views

Hi,

I was looking for a badge and I couldn't find any description like bootstrap has on its components (https://getbootstrap.com/docs/4.0/components/badge/). Where can I find something similar to this for Blazor UI?

Thanks in advance

Marin Bratanov
Telerik team
 answered on 08 May 2020
3 answers
487 views

Hi,

 

i would like to add ChartSeries to the ChartSeriesItems. I have a grid where I select some data. For each selected record, I would like to add a scatterline to a chart. Is this possible?

 

Thanks

Marin Bratanov
Telerik team
 answered on 06 May 2020
2 answers
1.5K+ views

Hi

How do I disable / enable a Telerik TextBox based on the value of CheckBox - and when the value changes?

Use ValueChanged?  How do I reference my TextBox  'WaterNotes" control?  

 

                 <TelerikCheckBox ValueChanged="@((bool value) => ValueChanged(value))" id="water" class="form-control" style="width: 50px;" Value="Customer.Water" />
     

        <ITelerikTextBoxid="WaterNotes" class="form-control" style="height: 40px;"  Value="Customer.WaterNotes" />

 

    private void ValueChangedWaterSink(bool value)
    {
        if (value)
            ???????
      
    }

 

Thx Again

Jonathan
Top achievements
Rank 1
Iron
Veteran
 answered on 06 May 2020
9 answers
3.5K+ views

Hi,

Does the grid support click/double click events or is there any way I can support it on a given column. I'm building the columns dynamically as I am binding to custom types. The grid is only ever in read-only mode. I also have some columns that have anchors/links in them which is working fine. But when I double click anywhere other than a link I want to do an action using the context of the row.

 

Thanks,

Nick.

Marin Bratanov
Telerik team
 answered on 06 May 2020
1 answer
90 views

Hi, 

I was testing the creation of a new project in visual Studio 2019, using the template : CRUD, form, chart - Client App. (Telerik UI for Blazor 2.12.0)

All the solution creation is ok. After, i define the Client project as Startup project, to test it but after F5, when i want to check the page GRID.RAZOR, the datas are not loaded. The call to the WeatherForecast service sent the reponse as text/html instead of Json. 

I didn't "touch" any code and in the service, Http.GetFromJsonAsync is used. 

Can anyone help me to understand why then content-type is not fine ?

Thanks

Marin Bratanov
Telerik team
 answered on 06 May 2020
5 answers
895 views

Hi,

In our project we handle a lot of data and try to use the Telerik Grid for it. Most of time consuming (async) actions trigger a spinner to show when the user waits for a result.

With a few thousand lines in the grid even changing the page size can take a while. Here we would like to have a spinner as well.

Is there a specific event to hook to achieve this?

 

Best regards,

Rayko

Marin Bratanov
Telerik team
 answered on 06 May 2020
1 answer
104 views

I updated to 2.12 a little while ago. First thing I did was open the demos solution, in VS 2019 16.6 preview 5. After fixing my local Nuget pointer to 2.12, I did a Nuget restore, then did a solution Build. 100s of warnings in the output window. Don't recall this when building previous version Demos project.

Then created a new project using same VS version, and chose Telerik CRUD/Form/Chart template, Blazor server. That build is throwing the Async warnings I'm familiar with from the WeatherForecastService Error CS1998 about the lack of an awaits keyword. Is this something you mean to suppress in Editor.config?

Same warnings thrown during build with VS 2019 16.5.4

Marin Bratanov
Telerik team
 answered on 06 May 2020
5 answers
453 views

Hi..

I can't seem to get the 'floating textbox' like in the demos to work. Also how a can I apply Material to just this component?

 

In _Host.chtml I have

    
    <script src="_content/telerik.ui.for.blazor/js/telerik-blazor.js" defer></script>


    <link href="favicon.ico" rel="icon" type="image/x-icon" />
  

    <link href="telerik-themes/bootstrap/dist/all.css" rel="stylesheet" /

 

In startup.cs I have

   services.AddTelerikBlazor();

 

My component looks like this

 

@page "/NameAddress"


<span class="TitleBlue"> Name + Address</span>


<div class="box-content">
    <h4>Company Name</h4>

    <TelerikTextBox Label="Company Name"></TelerikTextBox>

</div>

@code {


}

 

Any ideas?  Thx in advance

 

 

 

 

      

Svetoslav Dimitrov
Telerik team
 answered on 05 May 2020
3 answers
592 views

Hi

Is it possible gray out disabled date on Calendar control ??

Tnx

Svetoslav Dimitrov
Telerik team
 answered on 04 May 2020
1 answer
270 views

Is there a way to handle the case of long list of tabs? When the window is too narrow and the tabs don't fit, the last tabs get cut off.

<TelerikTabStrip>
    @foreach (var item in new[] {"First", "Second", "Third", "Fourth", "Fifth", "Sixth", "Seventh", "Eighth", "Ninth", "Tenth"})
    {
        <TabStripTab Title="@item">
            @item tab content.
        </TabStripTab>
    }
</TelerikTabStrip>

 

 

Svetoslav Dimitrov
Telerik team
 answered on 04 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?