Hey, hi.
I was looking through documentation and forums to find
out how to create a new grid dynamically, when a user clicks on a
button saying "Add new grid", but couldn't find any.
My Use case requirement:
There's
already a grid present in the View, and when a user clicks on "Add new
Grid", I should be able to create a new Grid cloning the existing one
but just changing the id.
I found one in Angular, where
someone asked a similar query and there's a solution provided in
javascript. But when I tried to replicate the same, the required
libraries are not found.
Can you guys help me in creating the same functionality but in .net Core's View ?
The Angular thread I was referring to:
https://www.syncfusion.com/forums/171391/dynamically-make-a-new-grid-on-button-press