Grid Component for .Net 6

ANB 181 Reputation points
2022-02-22T18:51:10.483+00:00

I am used to write my own grid component but need to get a third party one this time.
On my last project I was using MVCGrid.Net but it doesnt support .Net6

Any advise about which third party grid component would be great ?

Thx,
Neto

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,663 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Mastro II 51 Reputation points
    2022-03-12T13:27:36.53+00:00

    I have uses NonFactors Mvc.Grid before. IT has been updated to work with .Net 6.0. https://aspnet-core-grid.azurewebsites.net/

    0 comments No comments

  2. raklali 236 Reputation points
    2022-10-09T06:13:13.26+00:00

    Hello @Michael Mastro II , I know it's not in order But Please Be kind to Tell If NonFactors Mvc.Grid can be used for In-line Edit of DB Records?

    0 comments No comments

  3. Michael Mastro II 51 Reputation points
    2022-12-06T12:03:58.213+00:00

    If you mean In-Line Edit like once you select the data and begin to edit it, the database receives the processed data, then I am not sure. If you mean In-Line edit like edit the data on the grid then hit a submit button and that processes all the changes, then I can say yes it does. While the first case might be possible with some Ajax component to it, I would not know since that was not my use case so I cannot say for sure.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.