Version

TreeGridDataSourceActionAttribute Class

this is an attribute class which extends the MVC FilterAttribute. It should be put on top of the controller method that should return JSON (even though in the user code it will return Action Result). It inherits GridDataSourceActionAttribute as adding specific for the TreeGrid functionality
Syntax
'Declaration
 
Public Class TreeGridDataSourceActionAttribute 
   Inherits GridDataSourceActionAttribute
public class TreeGridDataSourceActionAttribute : GridDataSourceActionAttribute 
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub