Our team is currently investigating the Kendo UI to possibly implement it with our projects. Today I started investigating about creating hierarchical grids with Kendo UI and I have observed that arrow buttons for the hierarchy grid are shown only when this is included in the html helper:
.DataSource(dataSource => dataSource
.Ajax()
)
I want to use Server data binding instead of Ajax binding but whenever I omit the preceding code in my helper, the buttons for hierarchy don't show up.
- Is it possible to have grid hierarchy through server binding?
- Kindly attach a simple demo with your reply. Thanks!