Our requirement is to render the UI of the list view as a Kendo UI grid, such that users can perform filtering, sorting, grouping and other features provided by kendo grid at the UI itself. The columns will be added by users in the list view at runtime and the same needs to appear automatically in the Kendo UI grid too.
Using JSLink property, I am able to change the appearance of how a particular field renders inside list view.
But is it possible to change the appearance of complete list view to render as Kendo UI grid, using the JSLink property. Looking for ideas on how to achieve the same.