Hi,
I need sample code for Asp.net core MVC Kendo Grid where Parent grid will be there & on any row click of parent grid, child grid will be load on same page.
Parent grid will be hide on that point when child grid will be displayed.
I also want to load a 'Subchild' grid on child grid row click in a popup.
I also want to save/load all grid's state data like column selected, filter, sorting & searching etc as well.
I can't find similar solution on forum. Please share if anyone have similar code example.
Thanks in advance.