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?
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?
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