I have a MVC web application and it contains a GRID with KENDOUI framework where it shows all the data in the "Patient" table, I wish < strong> filter the data to be displayed in the table according to the identified user which is already implemented with winform, I did the search but indicate that it can be done from the .cshtml view, others that it is better from the controller, which would be the recommended way or as stipulated by the MVC pattern in asp.net.