form view cursor commands on toolbar #370

This commit is contained in:
Jan Prochazka
2022-09-17 09:59:37 +02:00
parent f93524e24f
commit 3d45b00a7c

View File

@@ -246,6 +246,12 @@
<!-- <ToolStripCommandButton command="dataGrid.refresh" hideDisabled /> <!-- <ToolStripCommandButton command="dataGrid.refresh" hideDisabled />
<ToolStripCommandButton command="dataForm.refresh" hideDisabled /> --> <ToolStripCommandButton command="dataForm.refresh" hideDisabled /> -->
<ToolStripCommandButton command="dataForm.goToFirst" hideDisabled />
<ToolStripCommandButton command="dataForm.goToPrevious" hideDisabled />
<ToolStripCommandButton command="dataForm.goToNext" hideDisabled />
<ToolStripCommandButton command="dataForm.goToLast" hideDisabled />
<ToolStripCommandButton command="tableData.save" /> <ToolStripCommandButton command="tableData.save" />
<ToolStripCommandButton command="dataGrid.insertNewRow" hideDisabled /> <ToolStripCommandButton command="dataGrid.insertNewRow" hideDisabled />
<ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled /> <ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled />