A
|
acpan 1/13/2020 |
Check this tip programatically-open-inline-edit-based-on-other-field-value-in-the-grid and refer to step 4. |
![]() |
lefty author 1/13/2020 |
Check this tip programatically-open-inline-edit-based-on-other-field-value-in-the-grid and refer to step 4. It first forms an array of index id that meet the condition in After record processed event, and passes the array as a javascript proxy variable to Javascript On Load event to be opened using pageObj.inlineEdit.editRecById(recsId[X]) through a loop. pageObj.inlineEdit.editAllRecs() will open ALL records on the current page, so regardless of conditions, it will open all. ACP
|
A
|
acpan 1/13/2020 |
It works, here is the screen cast: |
A
|
acpan 1/13/2020 |
Checks each row's data in a field called "completed". If data is "No", the Condition is met,
|
![]() |
lefty author 1/13/2020 |
It works, here is the screen cast:
|
A
|
acpan 1/13/2020 |
This is the Javascript version without using proxy array, but very slow:
|
![]() |
lefty author 1/14/2020 |
This is the Javascript version without using proxy array, but very slow: Only need this code below in the Javascript onload Event:
|