Hi,
We need to develop a form for submitting data using kendo grid, in ASP NET CORE 5.0 MVC
basically we need to create an empty grid based on a database table, (this is clear using model binding), the user can click on a button in a toolbar for making a "Lookup" of that database, select one or many row and then, once selected, add them to the previous grid, ready for submit.
What's the best way to achieve this with telerik controls?