Kendo UI Grid and other components integration with ASP.Net Zero (Angular frontend + .Net Core backend)

1 Answer 321 Views
Grid
Fadi
Top achievements
Rank 1
Fadi asked on 26 Feb 2022, 12:01 PM

Hi,

I would like to integrate the Kendo UI grid into my ASP.Net Zero application. I have ASP. Net Zero application with Angular frontend and .Net Core back end. And I need any documentation or help to integrate the grid considering 2 points as follows:

1- How to read from JSON file that returned from .NET Core to Angular?

2- How to switch the grid (in ASP.Net Zero) from LTR to RTL.

Please note that ASP.NET Zero is based on AspNet Boilerplate.

 

Awaiting your reply.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Valentin
Telerik team
answered on 02 Mar 2022, 03:35 PM

Hi Fadi,

Thank you for the provided information.

Such questions was already been discussed in a private support thread. But since the answer might be helpful for the community I will pasted it here as well.

All Kendo UI for Angular components, including the Grid, are simply representational onse that can function with any back-end technology. This means the components are agnostic to where the data comes from. The only requirement is the received data should be in the supported format. Any server logic is considered developer effort.

Indeed the Grid component supports RTL utilization. Please see the following documentation:

https://www.telerik.com/kendo-angular-ui/components/grid/globalization/#toc-right-to-left-support

In fact, there is no dedicated documentation article or examples demonstrating the integration of the ASP.Net Zero. But I can provide suggestions on how to use an ASP.Net Core with our Kendo UI for Angular components that might be found useful:

https://www.telerik.com/kendo-angular-ui/components/installation/dotnet-core/

Also, there is a sample project that demonstrates how to use an ASP.Net Core with our  Kendo UI for Angular components:

https://github.com/telerik/kendo-angular/tree/master/examples-standalone/aspnetcore-data

I hope the provided information helps.

Regards,
Valentin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid
Asked by
Fadi
Top achievements
Rank 1
Answers by
Valentin
Telerik team
Share this question
or