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