Page 1 of 1

Grid edit -why have to fill values in all rows?

Posted: Sat May 20, 2017 5:05 pm
by shripatel

When we turn on the grid edit mode and page is having for example 10 records , then user has to maintain values in all 10 rows.

Is there is setting so that if user just want to maintain few of the records and save it accept.


Re: Grid edit -why have to fill values in all rows?

Posted: Mon May 22, 2017 3:23 pm
by arbei

You are not required to update all the field in Grid-Edit, if there are "Required" field, you need to fill all the "Required" field only.


Re: Grid edit -why have to fill values in all rows?

Posted: Wed May 24, 2017 7:17 pm
by shripatel

You are not getting me

support there are 4 rows open for editing, i need to just update first row. Grid edit does not allow me that it expects to enter values in all 4 rows.


Re: Grid edit -why have to fill values in all rows?

Posted: Fri May 26, 2017 11:30 am
by arbei

Are you sure you are talking about Grid-Edit? If so, all 4 rows are supposed to be already containing data, why you still need to enter values to 4 rows?

Did you mean Grid-Add?

Make sure you do not have empty values in "required" fields.


Re: Grid edit -why have to fill values in all rows?

Posted: Mon May 29, 2017 1:31 pm
by shripatel

Ohhh,, my mistake,

i forgot to mention it is grid edit, but i am not using table for it, i am using view .

When some one edits the view i use db rule to insert in some other table.

Sorry , again.

Pl. guide if it is possible to not required to fill every row in grid edit page.


Re: Grid edit -why have to fill values in all rows?

Posted: Tue May 30, 2017 9:59 am
by Webmaster

arbei wrote:
Are you sure you are talking about Grid-Edit? If so, all 4 rows are supposed to be already containing data, why you still need to enter values to 4 rows?

Table or view should be irrelevant.

If the field is set as "Required" or the field is detected as NOT NULL, and the data in your view for that field is empty, you do need to enter field value during Grid-Add/Edit. You can either disable "Required" or disable the advanced setting "Validate NOT NULL fields" (see Tools -> Advanced Settings in the help file).


Re: Grid edit -why have to fill values in all rows?

Posted: Tue May 30, 2017 3:51 pm
by Chris

It's possible you think that adding blank rows (5 by default I think) means you have to edit all of them. You can safely click Delete on the empty rows you don't want/need to fill out.

If you prefer, go to Advanced Settings and adjust the Grid-Add Row Count to 1.