Telerik Forums
UI for Blazor Forum
1 answer
151 views

I am trying to use Telerik UI for Blazor with Razor Components in VS 2019 Preview 2 and looks like it doesnt work. I get error:

ErrorCS0103The name 'context' does not exist in the current

When using this:

    <KendoGrid Data=@forecasts Pageable=true PageSize=5 Sortable=true>
        <KendoGridColumn Field=@nameof(WeatherForecast.Date)>
            <Template>
                @($"{(context as WeatherForecast).Date:d}")
            </Template>
        </KendoGridColumn>
        <KendoGridColumn Field=@nameof(WeatherForecast.TemperatureC) />
        <KendoGridColumn Field=@nameof(WeatherForecast.TemperatureF) />
        <KendoGridColumn Field=@nameof(WeatherForecast.Summary) />
    </KendoGrid>

Also if not using Template column the app runs but the grid is not displayed.

Is there any workaround or when is expected to have a version working with VS 2019 Preview 2?

Bozhidar
Telerik team
 answered on 07 Feb 2019
1 answer
116 views

Congrats on the early preview release, I am glad to see this and you made a great choice releasing this way even with just 2 components!

I plan to start working in small blazor project and Grid and TabStrip are things I always use. Other component that I always use and would be nice to see next is Window for filling/editing forms and doing multi-steps wizards using window + tabstrip components.

Also would be nice to see combobox/notification/dialog components and some basic charts like pie or donut, line and bar charts.

In term of licensing I have Kendo UI® + ASP.NET (MVC & Core), PHP, JSP subscription/bundle, will this be included as part of it or it will require a different license?

Pavlina
Telerik team
 answered on 22 Jan 2019
0 answers
335 views

Welcome to the new forum, dedicated to Telerik UI for Blazor.

We are excited to share this product preview with the community and look forward to receiving your feedback. 

More information is available in the following blog post:

https://www.telerik.com/blogs/introducing-the-telerik-ui-for-blazor-early-preview

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 17 Jan 2019
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?