FineUICore 11.7
企业级 ASP.NET Core 控件库
|
表格控件帮助类 更多...
Public 成员函数 | |
GridAjaxHelper (Grid source) | |
构造函数 | |
void | HideColumn (string columnId) |
隐藏列 | |
void | ShowColumn (string columnId) |
显示列 | |
void | SelectedRowIDArray (params string[] selectedRows) |
设置选中行 | |
void | SelectedRowIndexArray (params int[] selectedRows) |
设置选中行 | |
void | SortField (string sortField, string sortDirection) |
设置排序字段和方向 | |
void | SortFieldArray (string[] sortFields) |
设置排序字段列表(仅适用于多列排序) | |
void | PageIndex (int pageIndex) |
设置分页索引 | |
void | PageSize (int pageSize) |
设置每页显示项数 | |
void | RecordCount (int recordCount) |
设置总记录数 | |
void | SummaryData (JObject summaryData) |
设置合计行数据 | |
void | SummaryDataArray (JArray summaryDataArray) |
设置合计行数据 | |
void | SummaryData (int summaryRowIndex, JObject summaryData) |
设置合计行数据 | |
void | DataSource (object dataSource, bool clearSelection=true) |
设置数据源 | |
void | DataSource (object dataSource, JArray fields, bool clearSelection=true) |
设置数据源 | |
void | DataSource (object dataSource, string[] fields, bool clearSelection=true) |
设置数据源 | |
void | AppendData (object dataSource, string[] fields) |
追加数据 | |
void | ConfigColumns (GridColumn[] columns, GridConfigOptions configOptions) |
重新配置表格列 | |
void | DataSource (string parentRowId, object dataSource) |
加载数据(启用树表格) | |
void | DataSource (string parentRowId, object dataSource, JArray fields) |
加载数据(启用树表格) | |
void | DataSource (string parentRowId, object dataSource, string[] fields) |
加载数据(启用树表格) | |
void | LoadData (string parentRowId, object dataSource) |
加载数据(启用树表格) | |
void | LoadData (string parentRowId, object dataSource, JArray fields) |
加载数据(启用树表格) | |
void | LoadData (string parentRowId, object dataSource, string[] fields) |
加载数据(启用树表格) | |
void | DataUrl (string dataUrl) |
设置网址数据源 | |
void | SelectAllRows () |
选中所有行 | |
void | DeselectAllRows () |
取消选中所有行 | |
void | ExpandRowExpanders () |
展开全部的行扩展列 | |
void | CollapseRowExpanders () |
折叠全部的行扩展列 | |
void | LoadSortData (string sortField, string sortDirection) |
设置排序字段并重新加载数据(客户端排序) | |
void | LoadPageData (int pageIndex) |
设置分页索引并重新加载数据(客户端分页) | |
Public 成员函数 继承自 FineUICore.CollapsablePanelAjaxHelper< Grid, GridAjaxHelper > | |
CollapsablePanelAjaxHelper (CollapsablePanel source) | |
构造函数 | |
void | Expand () |
展开面板 | |
void | Collapse () |
折叠面板 | |
void | Collapsed (bool collapsed) |
设置面板的折叠状态 | |
void | Title (string text) |
设置面板标题文本 | |
void | TitleToolTip (string text) |
设置面板标题的提示文本 | |
void | IconFont (IconFont iconFont) |
设置图标 | |
void | IconFont (IconFont iconFont, string iconFontClass) |
设置图标 | |
void | IconUrl (string iconUrl) |
设置图标 | |
void | Icon (Icon icon) |
设置图标 | |
属性 | |
new Grid | Source [get] |
当前控件 | |
属性 继承自 FineUICore.CollapsablePanelAjaxHelper< Grid, GridAjaxHelper > | |
new CollapsablePanel | Source [get] |
当前控件 | |
表格控件帮助类
FineUICore.GridAjaxHelper.GridAjaxHelper | ( | Grid | source | ) |
构造函数
source |
void FineUICore.GridAjaxHelper.AppendData | ( | object | dataSource, |
string[] | fields | ||
) |
追加数据
dataSource | |
fields |
void FineUICore.GridAjaxHelper.CollapseRowExpanders | ( | ) |
折叠全部的行扩展列
void FineUICore.GridAjaxHelper.ConfigColumns | ( | GridColumn[] | columns, |
GridConfigOptions | configOptions | ||
) |
重新配置表格列
columns | |
configOptions |
void FineUICore.GridAjaxHelper.DataSource | ( | object | dataSource, |
bool | clearSelection = true |
||
) |
设置数据源
dataSource | |
clearSelection |
void FineUICore.GridAjaxHelper.DataSource | ( | object | dataSource, |
JArray | fields, | ||
bool | clearSelection = true |
||
) |
设置数据源
dataSource | |
fields | |
clearSelection |
void FineUICore.GridAjaxHelper.DataSource | ( | object | dataSource, |
string[] | fields, | ||
bool | clearSelection = true |
||
) |
设置数据源
dataSource | |
fields | |
clearSelection |
void FineUICore.GridAjaxHelper.DataSource | ( | string | parentRowId, |
object | dataSource | ||
) |
加载数据(启用树表格)
parentRowId | |
dataSource |
void FineUICore.GridAjaxHelper.DataSource | ( | string | parentRowId, |
object | dataSource, | ||
JArray | fields | ||
) |
加载数据(启用树表格)
parentRowId | |
dataSource | |
fields |
void FineUICore.GridAjaxHelper.DataSource | ( | string | parentRowId, |
object | dataSource, | ||
string[] | fields | ||
) |
加载数据(启用树表格)
parentRowId | |
dataSource | |
fields |
void FineUICore.GridAjaxHelper.DataUrl | ( | string | dataUrl | ) |
设置网址数据源
dataUrl |
void FineUICore.GridAjaxHelper.DeselectAllRows | ( | ) |
取消选中所有行
void FineUICore.GridAjaxHelper.ExpandRowExpanders | ( | ) |
展开全部的行扩展列
void FineUICore.GridAjaxHelper.HideColumn | ( | string | columnId | ) |
隐藏列
columnId |
void FineUICore.GridAjaxHelper.LoadData | ( | string | parentRowId, |
object | dataSource | ||
) |
加载数据(启用树表格)
parentRowId | |
dataSource |
void FineUICore.GridAjaxHelper.LoadData | ( | string | parentRowId, |
object | dataSource, | ||
JArray | fields | ||
) |
加载数据(启用树表格)
parentRowId | |
dataSource | |
fields |
void FineUICore.GridAjaxHelper.LoadData | ( | string | parentRowId, |
object | dataSource, | ||
string[] | fields | ||
) |
加载数据(启用树表格)
parentRowId | |
dataSource | |
fields |
void FineUICore.GridAjaxHelper.LoadPageData | ( | int | pageIndex | ) |
设置分页索引并重新加载数据(客户端分页)
pageIndex |
void FineUICore.GridAjaxHelper.LoadSortData | ( | string | sortField, |
string | sortDirection | ||
) |
设置排序字段并重新加载数据(客户端排序)
sortField | |
sortDirection |
void FineUICore.GridAjaxHelper.PageIndex | ( | int | pageIndex | ) |
设置分页索引
pageIndex |
void FineUICore.GridAjaxHelper.PageSize | ( | int | pageSize | ) |
设置每页显示项数
pageSize |
void FineUICore.GridAjaxHelper.RecordCount | ( | int | recordCount | ) |
设置总记录数
recordCount |
void FineUICore.GridAjaxHelper.SelectAllRows | ( | ) |
选中所有行
void FineUICore.GridAjaxHelper.SelectedRowIDArray | ( | params string[] | selectedRows | ) |
设置选中行
selectedRows |
void FineUICore.GridAjaxHelper.SelectedRowIndexArray | ( | params int[] | selectedRows | ) |
设置选中行
selectedRows |
void FineUICore.GridAjaxHelper.ShowColumn | ( | string | columnId | ) |
显示列
columnId |
void FineUICore.GridAjaxHelper.SortField | ( | string | sortField, |
string | sortDirection | ||
) |
设置排序字段和方向
sortField | |
sortDirection |
void FineUICore.GridAjaxHelper.SortFieldArray | ( | string[] | sortFields | ) |
设置排序字段列表(仅适用于多列排序)
sortFields |
void FineUICore.GridAjaxHelper.SummaryData | ( | int | summaryRowIndex, |
JObject | summaryData | ||
) |
设置合计行数据
summaryRowIndex | 合计行索引 |
summaryData | 合计行数据 |
void FineUICore.GridAjaxHelper.SummaryData | ( | JObject | summaryData | ) |
设置合计行数据
summaryData | 合计行数据 |
void FineUICore.GridAjaxHelper.SummaryDataArray | ( | JArray | summaryDataArray | ) |
设置合计行数据
summaryDataArray | 合计行数据 |
|
get |
当前控件