GridChildLoadMode Enumeration |
Namespace: Kettic.AspNet.Controls
Member name | Value | Description | |
---|---|---|---|
ServerBind | 0 | All child GridTableViews will be bound immediately when DataBind occurs for a parent GridTableView or KaxGrid. | |
ServerOnDemand | 1 | DataBind of a child GridTableView would only take place when an item is Expanded . This is the default value of HierarchyLoadMode | |
Client | 2 | This mode is similar to ServerBind, but items are expanded client-side, using JavaScript manipulations, instead of postback to the server. In order to use client-side hierarchy expand, you will need to set also EnableExpandCollapse to true. |