How to get Asp .net MVC Kendo grid to display and bind a dropdown from a partial view
I want to display a dropdown in asp .net core Kendo Grid. In CarsViewModel I already have the values which needs to be displayed in dropdown so I do not need to do an ajax call to get dropdown values. I just want to call my partial which should render dropdown.
Here is my code for grid.