SMART datagrid v.1 > Classes > GridBase
请求在聚焦行位置,插入新的行。 如果实际开始行添加,就会返回true。
如果EditOptions.insertable为true,用户可以通过输入insert键,开始行插入。
$('#btnInsert').click(function () { grid.insert(); });