Telerik Forums
UI for Blazor Forum
0 answers
312 views

Is it possible to set the content of Window/Dialog to be a variable containing HTML code? 

 

Ilan
Top achievements
Rank 1
Bronze
Iron
Veteran
 asked on 02 Aug 2022
8 answers
3.6K+ views

Hi,

I need a MultiSelect DropDownList with checkboxes. I was not able to find this control on the demo page.

Thanks,

Artem

Stefano
Top achievements
Rank 1
Iron
 answered on 02 Aug 2022
1 answer
309 views

Hello,

How can i disable default Enter Key behaviour in Inline Grid Edit?

I need to place an TextArea component inside a inline edit row to let user put longer text description in one of the columns. When i try to go to a new line inside TextArea component, clicking enter key is triggering save for the whole inline edit row, making use of TextArea impossible.

Could you help me find a solution for this problem?

Kind regards,

Kinga

 

 

 

Dimo
Telerik team
 answered on 02 Aug 2022
1 answer
601 views

Is there a way to remove the left, right, and bottom grid lines from the footer?  I want the grid to show for the header and data cells, just not the foot row.

 

Thanks

Dimo
Telerik team
 answered on 02 Aug 2022
1 answer
206 views
We are trying to port a Web Forms project to Blazor and we have TelerikRadEditor (for ASP.NET) in one of our pages. The TelerikRadEditor offered three Editor Modes (Design, HTML and Preview). However in the Blazor TelerikEditor we were unable to find anything about the Preview mode. Can someone confirm whether there is a Preview mode in Blazor TelerikEditor? If yes, then how to enable it/add it.
Dimo
Telerik team
 answered on 01 Aug 2022
0 answers
130 views

Hello!

I want to add a radial gauge in my web application. 

I set the "From" and "To" properties for the Scale Range and when the desired value is increased I can see the changes.

But I want to change the pointer according to the "From" and "To" properties of the Scale Range.

I can set the "Value" property equal to "To" but when it changes the pointer seems to reset and not to increase. I want the pointer start from the last "To" value and end to its "Value" property which is equal to the new "To" property.

Any ideas about this?

My demo code:

<TelerikButton OnClick=@IncrementRange>Add Range</TelerikButton>
<TelerikRadialGauge>
    <RadialGaugeScales>
        <RadialGaugeScale>
            <RadialGaugeScaleRanges>
                <RadialGaugeScaleRange From="@FromRadialGauge" To="ToRadialGauge" Color="red"></RadialGaugeScaleRange>
            </RadialGaugeScaleRanges>
        </RadialGaugeScale>
    </RadialGaugeScales>

    <RadialGaugePointers>            

        <RadialGaugePointer @ref="@RadialGaugePointerRef" Value="@ToRadialGauge">
        </RadialGaugePointer>

    </RadialGaugePointers>
</TelerikRadialGauge>

My code:

private int FromRadialGauge = 0;
private int ToRadialGauge = 0;
private void IncrementRange()
{
            ToRadialGauge = ToRadialGauge + 10;
            RadialGaugePointerRef.Value = ToRadialGauge;
}

Thanks in advance!

Evgenia
Top achievements
Rank 1
 asked on 01 Aug 2022
0 answers
190 views

Hi,

 

How do you change the file after upload? Actually, I upload images and display them as cards on the website, but I want a feature that can change the uploaded files one by one when I click on the card.

If I click on card1 that is linked to image1 I want to be able to change that image to another image or delete. I can't see how to do that with Upload component.

Best regards,

 

Niklas
Top achievements
Rank 1
 asked on 29 Jul 2022
1 answer
160 views

Hey,

I have tasks in my gantt view which are corresponding to older dates.

Is there any option, so I can scroll to today datetime or any specific date?

Nadezhda Tacheva
Telerik team
 answered on 29 Jul 2022
0 answers
183 views

Hi,

Is it possible to automatically vertically scroll the rows in a Telerik blazor grid like they do in the flight information display systems at the airports?  Can you please point me to some samples or tell me the best approach?

Thanks,

Abhi

Chandra
Top achievements
Rank 1
 asked on 28 Jul 2022
0 answers
148 views

Hello,

We need to let the user sort the tabs as they wish.

These tabs are generated at runtime in a loop, is it possible to change the tab order once they are generated at runtime?

 

Thanks


Fabio
Top achievements
Rank 1
Iron
 asked on 28 Jul 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?