Telerik Forums
UI for Blazor Forum
2 answers
367 views

Hi

Any way to export a Grid to Excel or PDF?  Can it be used with Telerik Reporting?

thx

Svetoslav Dimitrov
Telerik team
 answered on 23 Mar 2020
1 answer
646 views
I would like to have a dropdown in the CommandColumn (or a column that is editable), but still be able to select the row from one of the other non-editable columns. This is for an action like setting the state of the record (completed, in-work, etc.), placing it in-line edit, or even deleting. It seems that you can have one or the other; in-cell editing, or row select. Am I missing something here? Maybe Templates in a CommandColumn would be the solution?
Marin Bratanov
Telerik team
 answered on 23 Mar 2020
1 answer
121 views

Will a Visual Studio created project using the Telerik extensions still require javascript to run in the browser. I'm trying this out with the server-hosted Blazor project and it does not seem to carry out the button action when Javascript is turned off. The following code is what is running on the Index.razor page in the generated app.

--------------------------------------------------------------------------------------------------------------------------------------------------------

<TelerikButton OnClick="@SayHelloHandler" Primary="true">Say Hello</TelerikButton>

<br />

@helloString

@code {
    MarkupString helloString;

    void SayHelloHandler()
    {
        string msg = string.Format("Hello from <strong>Telerik Blazor</strong> at {0}.<br /> Now you can use C# to write front-end!", DateTime.Now);
        helloString = new MarkupString(msg);
    }

Marin Bratanov
Telerik team
 answered on 20 Mar 2020
9 answers
1.4K+ views

Hi,

in the demo https://demos.telerik.com/blazor-ui/grid/filtering an extra filter row is always shown and the possible filter operators (==, !=, >, < , ...) are missing. How can I filter age > 40?

I need a filter similar to the Kendo UI grid:  Filter button in column header and extra filter popup window with all operators, similar https://dojo.telerik.com/oQIyaHuD . Is that possible?

Best regards,

Peter

 

 

Svetoslav Dimitrov
Telerik team
 answered on 19 Mar 2020
1 answer
180 views
Is it possible to show a different result in the UI once a certain number of items has been selected?
Svetoslav Dimitrov
Telerik team
 answered on 19 Mar 2020
1 answer
755 views
Is there a way to limit the number of items that can be selected in a MultiSelect component?
Svetoslav Dimitrov
Telerik team
 answered on 19 Mar 2020
1 answer
636 views

Hi,

is it possible to combine combobox with paging ?

Marin Bratanov
Telerik team
 answered on 19 Mar 2020
6 answers
545 views

Seems like this should be simple, but it's eluding me. Basically, I have a treeview and  button. If teh user has selected a node and then clicks on my button,

how do I tell which node is active?

Thanks … Ed

 

Svetoslav Dimitrov
Telerik team
 answered on 19 Mar 2020
3 answers
1.6K+ views
I am using TabStrip to display steps of a process. When any of the steps is completed, I would like to mark that tab. Ideally, I would like to put a checkbox in the tab title. Alternatively, placing an icon into the title would suffice. As a last option, if any of the previous ones are not possible, I would like to control the style of individual tabs with CSS. Is any of this possible?
Svetoslav Dimitrov
Telerik team
 answered on 19 Mar 2020
1 answer
123 views

Looking at your components for the first time and downloaded the 30 day trial today. I note in Visual Studio 2019 that you set <LangVersion> to 7.3 for each of the samples and the VS templates I've installed.

Is this a requirement to stay compatible with your package?

The big pull for us with C# 8 is nullable reference types. I suppose I can just turn it on and wait for Telerik components to be incompatible.

Marin Bratanov
Telerik team
 answered on 19 Mar 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?