function Grid_CellClickHandler(gridName, cellId, button) { //Add code to handle your event here. var cell = igtbl_getCellById(cellId); cell.beginEdit(); }
UltraWebGrid 单击单元格进入编辑状态
最新推荐文章于 2017-04-18 16:15:00 发布
function Grid_CellClickHandler(gridName, cellId, button) { //Add code to handle your event here. var cell = igtbl_getCellById(cellId); cell.beginEdit(); }