This is a migrated thread and some comments may be shown as answers.

Kendo Grid Heirarchy using Server Binding for ASP.NET

4 Answers 179 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Avitot
Top achievements
Rank 1
Avitot asked on 20 Jul 2012, 09:15 AM
        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!

 

 

 

4 Answers, 1 is accepted

Sort by
0
Avitot
Top achievements
Rank 1
answered on 24 Jul 2012, 05:21 AM
anyone??
0
Walter
Top achievements
Rank 1
answered on 24 Aug 2012, 10:07 AM
If you download the Kendo Trial there are MVC examples under KendoFolder\wrappers\aspnetmvc\Examples

If you run the solution you will find an example of a server bound grid with detail named "Server detail template"

I hope this helps.
0
Patrick
Top achievements
Rank 1
answered on 22 Jul 2013, 02:13 PM
Hi Avitot,

I need exactly the same thing.
Did you find a solution?

It would be great if you share some ideas ;)

have a nice day.
0
Vladimir Iliev
Telerik team
answered on 25 Jul 2013, 10:20 AM
Hi Avitot,

 
We already provide such example in the offline example that comes with your KendoUI for ASP.NET MVC installation - please check the full file path below:

  • ..\Telerik\Kendo UI for ASP.NET MVC Q2 2013\wrappers\aspnetmvc\Examples\Areas\razor\Views\web\grid\serverhierarchy.cshtml
Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Avitot
Top achievements
Rank 1
Answers by
Avitot
Top achievements
Rank 1
Walter
Top achievements
Rank 1
Patrick
Top achievements
Rank 1
Vladimir Iliev
Telerik team
Share this question
or