码迷,mamicode.com
首页 > Windows程序 > 详细

Client API Object Model - Guid Context(3.3)

时间:2019-12-30 09:57:27      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:ble   bsp   some   ima   editable   api   select   info   mode   

Grids 网格,以表格的形式显示数据, 网格可以跨越整个form,也可以是form中的一项. 被称为子网格(subgrid).

 

grid有两种, 一种是read-only grid, 另一种是editable grid.

 

grid有4中events我们可以使用:

OnLoad 

OnChange

OnRecordSelect

OnSave

 

其中OnChange 属于data change,  其余3个属于UI Change

 

 

我们可以通过以下代码来获取subgrid的数据

function doSomething(executionContext) {
   var formContext = executionContext.getFormContext(); // get the form Context
   var gridContext = formContext.getControl("Contacts"); // get the grid context

   // Perform operations on the subgrid
}

 

 

Grid有以下的method可以使用

技术图片

 

 

 

更多的信息可以参考微软文档

https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/grids

 

Client API Object Model - Guid Context(3.3)

标签:ble   bsp   some   ima   editable   api   select   info   mode   

原文地址:https://www.cnblogs.com/TheMiao/p/12117306.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!