FineUI第十八天---表格之事件的处理

格之事件的处理:

1.事件参数:

GridPageEventArgs:表格分页事件参数,对应onPageIndexChange事件。

NewPageIndex:新页面的索引

GridSortEventArgs:表格排序事件参数,对应onSort事件

SortField:排序字段

SortDirection:排序方向

ColumnIndex:列索引

GridRowClickEventArgs:表格行点击事件参数,对应onRowClick和onRowDoubleClick两个事件。

RowIndex:行索引

GridCommandEventArgs:表格的行命令参数,对应的是onRowCommand事件

RowIndex:行索引

ColumnIndex:列索引

CommandName:命令名称

CommandArgument:命令参数

非用户触发的事件:

GridPreRowEventArgs:表格行预绑定事件参数,对应PreRowDataBound事件。

GridRowEventArgs:表格行绑定事件参数,对应RowDataBound事件。

还有一个PreDataBound事件,使用的是默认EventArgs事件参数。

2.行内命令事件

能够触发行内命令事件的列只有CheckBoxField和LinkButtonField两种类型
CommandName用来标识。

技巧:通过设置ConfirmText、ConfirmTarget、ConfirmIcon、ConfirmTitle来定义回发之前的确认对话框

FineUI第十八天---表格之事件的处理

上一篇:Golang学习 - sort 包


下一篇:Kafka学习(一)kafka指南(about云翻译)