I have a Kendo UI List View that is bound to a datasource. There is a model class that has fields such as {Id, Name, Description, IsActive and so on). I followed the Kendo UI Listview demo and added the Edit and delete icons and the respective controllers. On the edittemplate, I have specified only the Name field but when I click on Edit, I get the textbox or other controls for all the fields on the Model. Is there a way to specify which field to edit ?I have a Kendo UI List View that is bound to a