188
Views
2
Comments
[Datagrid] How to add an empty row
Question

Hi


I want to use a button to add an empty row in the datagrid instead of the context menu item(insert 1 Blank Row(s)). Is there any way can do it?




Best Regards




2020-01-29 14-47-45
Filipe da Silva

You need a variable that is an Empty Row Record 

Insert it in the source list in the position you want

Refresh the table

2020-10-19 05-14-26
Huyen IT

Hayate wrote:

Hi


I want to use a button to add an empty row in the datagrid instead of the context menu item(insert 1 Blank Row(s)). Is there any way can do it?




Best Regards




Hi Hayate,

I have tried and got it.

    1. Add button

    2. In Ok action, RunJavaScript call add new rows function


Regards.

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