Asp.NET extended control TreeGridViewEx control realizes the merger of Tree and GridView functions, and the control inherits from GridView
Can be used for ASP.NET data display.
Extended properties and functions:
TreeGridViewEx1.Nodeid = "nodeid"; //Number column header name
TreeGridViewEx1.NodePid = "NodeParentID"; //Parent number column header name
TreeGridViewEx1.ShowNodeIDColume = false; //Show number column
TreeGridViewEx1.ShowNodePidColume = false; //Show parent number column
TreeGridViewEx1.TreeIndex = 0; //The column position of the tree
This control is limited to learning discussions and may not be used in commercial programs. If you want to use it in commercial programs, please contact the author for a license agreement.
Expand