Trying to implement the popup editor as per http://demos.telerik.com/aspnet-mvc/grid/editing-popup
I already have grid displaying data (index.cshtml) but now not sure how to incorporate the .cshtml and .cs "files" displayed on this page.
First question is, why is there only one .cshtml page but multiple controllers on the .cs page? Is there supposed to be just one .cshtml page and I should place everything in it (in this case index.cshtml)?
Thanks,
I already have grid displaying data (index.cshtml) but now not sure how to incorporate the .cshtml and .cs "files" displayed on this page.
First question is, why is there only one .cshtml page but multiple controllers on the .cs page? Is there supposed to be just one .cshtml page and I should place everything in it (in this case index.cshtml)?
Thanks,