Editable Grid View customization

How can I prevent the new record field open up until the ADD button is pressed ?

Another words when this EditableGridView is open (inside a Master/Detail form) I would like to see only the two records (nothing else below) and open the fields for new records when the ADD button is selected ONLY.
[ATTACH=CONFIG]n69245[/ATTACH]

CURRENT DEFAULT BEHAVIOR REALLY MAKES NOT MUCH SENSE. IF THERE IS AN “Add New” button present

EditableGridView_QUESTION.png

Hi @aka, Yes this one is absolutely a senseless design by Scriptcase. alot of my clients have issue on this point.

But I came up with solution:

  1. Customize your button layout from main menu Layout/CSS Buttons copy the css and replace save or anything that make more sense on the new copy css, use that css on your editable grid application see on the imageon the image editable grid
  2. Edit application on the Application from the left menu click on Navigation [TABLE=“class: nmTable form_tab_id_blk_lnk_opn_desktop_navigate, cellpadding: 0, cellspacing: 0”]
    [TR]
    [TD=“class: nmLineV3”]Return After Inserting[/TD]
    [TD=“class: nmLineV3”] [/TD]
    [TD=“class: nmLineV3”] Yes No[/TD]
    [/TR]
    [/TABLE]

This makes application more user friendly.

Hope this will help you

Editable grid.png