I have uses NonFactors Mvc.Grid before. IT has been updated to work with .Net 6.0. https://aspnet-core-grid.azurewebsites.net/
Grid Component for .Net 6
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
3 answers
Sort by: Most helpful
-
-
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?
-
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.