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 10:09] 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. | ||
| + | |||
| + | {{ : | ||
| {{: | {{: | ||