特性1:以一挡三,将 160 行代码缩减为 60 行的技巧!
为了更新单元格的编辑值,我们需要下面三个函数同时上阵:
- GetModifiedDict:修改的单元格值
- GetDeletedList:删除的行
- GetNewAddedList:新增行
下个版本将用一个函数搞定:GetMergedData !
老版示例:http://fineui.com/demo_pro/#/demo_pro/grid/grid_editor_cell_new_delete.aspx
新版示例:http://fineui.com/demo_pro/#/demo_pro/grid/grid_editor_cell_getmergeddata.aspx
注:专业版和开源版将同时支持!
特性2:高级!拦截服务器端重定向!
可用于Forms Authentication服务器超时,客户端将是否跳转到首页的决定权留给用户。
请看示例:
http://fineui.com/demo_pro/default.aspx#/demo_pro/other/authentication_timeout.aspx
http://fineui.com/demo_pro/default.aspx#/demo_pro/other/authentication_timeout_async.aspx
时间: 2024-10-29 13:59:27