oraclexp79 发表于 2019-5-28 17:07:28

flexgrid添加数据时未产生选中行

如题,请问如何指定选中第一行第一单元格??

KevinChen 发表于 2019-5-29 10:48:26

您好,

       请参考在线示例:

       https://demo.grapecity.com.cn/wijmo/demos/Grid/Selection/Overview/purejs

       示例代码:

       flexSheet.selection = new wijmo.grid.CellRange(1, 0, 1, 0);

       参考API:

       https://demo.grapecity.com.cn/wijmo/api/classes/wijmo_grid.cellrange.html
页: [1]
查看完整版本: flexgrid添加数据时未产生选中行