A single view with atleast two horizontal layout like split layout. I want to accomodate two grid like. The two grids should work independently.One layout with
list of customers. The other layout with list of orders of the customer selected. In asp.net grid control available. But i am using .net core.
A single view with atleast two horizontal layout like split layout. I want to accomodate two grid like. The two grids should work independently.One layout with
list of customers. The other layout with list of orders of the customer selected. In asp.net grid control available. But i am using .net core.
Your question spans the entire ASP.NET Core framework. What exactly are you having a problem with? Designing the database, Writing a LINQ Querying? Creating a ViewModel or RazorPage? Writing markup in a View or RazorPage? Can you provide the design and
code you tried up to this point? Are you new to ASP.NET Core and need to go through a
Getting Started tutorial first?
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
16 Points
100 Posts
multiple grid in view in .net core
Mar 18, 2020 03:30 PM|pmdrait|LINK
A single view with atleast two horizontal layout like split layout. I want to accomodate two grid like. The two grids should work independently.One layout with
list of customers. The other layout with list of orders of the customer selected. In asp.net grid control available. But i am using .net core.
All-Star
53051 Points
23634 Posts
Re: multiple grid in view in .net core
Mar 18, 2020 03:50 PM|mgebhard|LINK
Your question spans the entire ASP.NET Core framework. What exactly are you having a problem with? Designing the database, Writing a LINQ Querying? Creating a ViewModel or RazorPage? Writing markup in a View or RazorPage? Can you provide the design and code you tried up to this point? Are you new to ASP.NET Core and need to go through a Getting Started tutorial first?
All-Star
58214 Points
15668 Posts
Re: multiple grid in view in .net core
Mar 18, 2020 04:12 PM|bruce (sqlwork.com)|LINK
I have never used Telerik and have no personal experience (their rep seems good), you seem like a good candidate:
https://demos.telerik.com/aspnet-core/?_ga=2.190074603.1982347073.1584547838-515096403.1584547838
Member
16 Points
100 Posts
Re: multiple grid in view in .net core
Mar 19, 2020 12:33 AM|pmdrait|LINK
I am talking of WebGrid in .net core
Contributor
2690 Points
874 Posts
Re: multiple grid in view in .net core
Mar 19, 2020 08:10 AM|Rena Ni|LINK
Hi pmdrait,
WebGrid does not support for asp.net core.Did you consider of using DataTable?
Reference:
https://datatables.net/
Best Regards,
Rena
Member
16 Points
100 Posts
Re: multiple grid in view in .net core
Mar 20, 2020 12:17 AM|pmdrait|LINK
Datatable looks good for index with simple search action. Can we use it for for add/delete/update actions also.
Contributor
2690 Points
874 Posts
Re: multiple grid in view in .net core
Mar 20, 2020 05:16 AM|Rena Ni|LINK
Hi pmdraid,
>Can we use it for for add/delete/update actions also.
Of course you can.Here is a simple demo on github you could refer to:
https://github.com/go2ismail/ASP.NET-Core-2-MVC-CRUD-datatables-jQuery-Plugin
Best Regards,
Rena