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 08:02] dtucker |
versago3:gridview_editinginline [2025/03/21 10:44] (current) dtucker |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| Users can now edit records directly within the grid using an intuitive inline editing interface. | Users can now edit records directly within the grid using an intuitive inline editing interface. | ||
| + | |||
| + | **Steps to Edit Existing Records Inline** | ||
| **Start Editing** | **Start Editing** | ||
| Line 24: | 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 37: | Line 40: | ||
| Users can now add new records easily within the grid. | Users can now add new records easily within the grid. | ||
| + | |||
| + | **Steps to Add New Records** | ||
| **Add Button** | **Add Button** | ||
| Line 46: | 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 90: | 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. | ||
| - | Best Practices | + | </ |
| - | - 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. | + | |
| - | Troubleshooting | + | |
| - | - Editable fields not responding? | + | |
| - | - Ensure you have double-clicked the cell to activate edit mode. | + | |
| - | - Tab key not advancing rows? | + | |
| - | - Verify that you are on the last cell of the row before pressing Tab. | + | |
| - | - Records not saving? | + | |
| - | - Confirm you have clicked the Save button after making changes. | + | |
| + | {{: | ||
| + | ===== Best Practices ===== | ||
| + | |||
| + | - 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. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ===== Troubleshooting ===== | ||
| + | |||
| + | **Editable fields not responding? | ||
| + | * Ensure you have double-clicked the cell to activate edit mode. | ||
| + | |||
| + | **Tab key not advancing rows?** | ||
| + | * Verify that you are on the last cell of the row before pressing Tab. | ||
| + | |||
| + | **Records not saving?** | ||
| + | * Confirm you have clicked the Save button after making changes. | ||
| + | |||
| + | {{: | ||