348
Views
3
Comments
Solved
[OutSystems Data Grid Web] How to add an empty row
outsystems-data-grid-web
Web icon
Forge asset by OutSystems

I want to register new data using DataGrid.

Is this possible if you combine some features?

2024-03-25 06-19-08
Harlin Setiadarma
Solution

You can right click at the grid, click Insert 1 blank rows.


UserImage.jpg
Yuichiro Tada

Harlin Setiadarma wrote:

You can right click at the grid, click Insert 1 blank rows.



Thank you.

This is what I wanted to try.
Thank you for your help.

UserImage.jpg
Sadanobu Kodan

You can create a new data, but sometimes Data Grid is complex.

EditableTableRecords is easy to implement because you can extend TableRecords widget you are familiar with.


https://www.outsystems.com/forge/component-overview/6229/editabletablerecords

2024-03-25 06-19-08
Harlin Setiadarma
Solution

You can right click at the grid, click Insert 1 blank rows.


UserImage.jpg
Yuichiro Tada

Harlin Setiadarma wrote:

You can right click at the grid, click Insert 1 blank rows.



Thank you.

This is what I wanted to try.
Thank you for your help.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.