SMART datagrid v.1 > Classes > GridBase
Request to insert a new row in the location of focused row. If actually start row appending, it will return true.
If EditOptions.insertable is true, the user can type insert key to start row inserting.
$('#btnInsert').click(function () {
grid.insert();
});