This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
versago3:gridview_editinginline [2025/03/21 09:28] dtucker |
versago3:gridview_editinginline [2025/03/21 10:44] (current) dtucker |
||
|---|---|---|---|
| Line 26: | Line 26: | ||
| - | Example: | + | **Example:** |
| The screenshot shows a grid with columns such as CustID, Product name, Price, and others. Users can double-click any cell, such as Price, to modify the value and use the Tab key to move to adjacent columns. | The screenshot shows a grid with columns such as CustID, Product name, Price, and others. Users can double-click any cell, such as Price, to modify the value and use the Tab key to move to adjacent columns. | ||
| + | {{ : | ||
| <WRAP center round important> | <WRAP center round important> | ||
| Line 50: | Line 51: | ||
| - When the last record in the grid is in edit mode, pressing the Tab key from the last cell will automatically add a new row and put the grid in add mode. | - When the last record in the grid is in edit mode, pressing the Tab key from the last cell will automatically add a new row and put the grid in add mode. | ||
| - | + | **Example:** | |
| - | Example: | + | |
| In the grid view, clicking the Add button will insert a blank row at the bottom, allowing users to input new record details directly. | In the grid view, clicking the Add button will insert a blank row at the bottom, allowing users to input new record details directly. | ||
| + | |||
| + | {{ : | ||
| {{: | {{: | ||
| Line 94: | Line 96: | ||
| ===== Save Changes ===== | ===== Save Changes ===== | ||
| + | <WRAP center round important> | ||
| All edits, additions, and deletions made within the grid are temporary until the form is saved. Ensure you click the Save button to persist changes to the database. | All edits, additions, and deletions made within the grid are temporary until the form is saved. Ensure you click the Save button to persist changes to the database. | ||
| + | </ | ||
| {{: | {{: | ||
| Line 100: | Line 104: | ||
| ===== Best Practices ===== | ===== Best Practices ===== | ||
| - | - Double-check changes before saving to avoid accidental edits or deletions. | + | - Double-check changes before saving to avoid accidental edits or deletions. |
| - | - When adding or editing, click Update to commit your changes before saving the form. | + | |
| - | - Frequently save your progress when making extensive updates. | + | |
| {{: | {{: | ||
| Line 108: | Line 112: | ||
| ===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
| - | - Editable fields not responding? | + | **Editable fields not responding?** |
| - | | + | |
| - | - Tab key not advancing rows? | + | |
| - | | + | **Tab key not advancing rows?** |
| - | - Records not saving? | + | |
| - | | + | |
| + | **Records not saving?** | ||
| + | | ||
| {{: | {{: | ||