We would like to implement a web application where we need datagrids for showing and manipulating data. I am new to web development and as we are mainly developing in C# in our company at the moment and as we are starting from scratch we are considering the new ASP.NET Core framework.
I made some tutorials so far e.g. ASP.NET and now try to figure out how one would implement a datagrid with dynamic input functinality like the one from EXT.NET.
Main question: Are there any libraries for ASP.NET Core 1.0 already with similar behaviour to EXT.NET's datagrid or will we have to do an own implementation? Any suggestions for ready to use components either open source or commercial are highly appreciated.
Would it make sense if possible to use EXT.NET components in combination with ASP.NET Core or is it a bad idea?