We discussed how to configure Editable grid for views. Similarly, we can also apply Editable Grids to sub grids and perform inline editing.
Once our changes are published, we can do inline editing in sub grids as well.
Editable Grid also supports three events, mentioned below.
- OnRecordSelect
This event fires when we select single record in the grid. For example we can bind our custom script method, as shown below.
When we will select any record, it will fire. For example we are just showing an alert.
- Onchange
This event fires on value change of the grid fields. It works similarly to the field event and fires when we will lose focus from the field.
- OnSave
This event occurs before sending the updated date to the Server.
We can also use grid methods to interact with Editable Grids.
Stay tuned for more Dynamics 365 new features.

Join the conversation! Your thoughts help the community grow.