Work on Asp.net web form application vs 2012 C#, want a Hierarchy telerik:RadGrid bind on javascript, I wish to use it to collect the data from the user and then save on the server after the user is done entering data by Client-Side Insert/Update/Delete. Want to perform inline: edit Controls (datepicker, autocomplete, dropdown, checkbox, custom, etc)Suppose like : column templates (textbox, select, checkbox or any inputs or simple text)
1 Answers
0
votes
Hierarchy is not supported with client-side binding http://www.telerik.com/help/aspnet-ajax/grid-client-side-binding-specifics.html Here is the exact quote:
Hierarchical structures - with the client side data binding approach for the grid, there is no out-of-the-box support for hierarchical structures (possible solutions are presented in this blog post).
and, without further ado, here is the blog post link http://blogs.telerik.com/vladimirenchev/posts/08-09-09/how-to-telerik-radgrid-master-detail-client-side-data-binding-using-linq-to-sql-and-webservice.aspx