2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
In TreeGrid control, user can display the rows in collapsed state at initial load. This can be achieved by enabling the “EnableCollapseAll” property. Please refer the following code snippets for collapsing all the rows of the TreeGrid. Code snippets: MVC <body> @(Html.EJ().TreeGrid("TreeGridContainer") //... .EnableCollapseAll(true) .Datasource((System.Collections.IEnumerable)ViewBag.datasource) ) @(Html.EJ().ScriptManager()) </body> The following output is displayed as a result of the above code example.
|
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.