Dynamics 365 editable grid limitations

1. Logic we have implemented on update or create form will not work automatically on editable grid. We should configure explicitly for editable grid.
2. Editable grid works on execution context, we can set or clear notifications of controls under selected row.
3. Save in editable grid works bit differently than normal save method. EventArgs of save method in editable grid is null, hence we cannot stop the save execution in middle. But we can stop the save in update form through eventargs.
4. Group By - by default value is null, user have to select the group by value initially. We cannot set through code.
5. When we are using same javascript file for both editable grid and normal form, I did observer file is loading twice in browser with different case.

Featured Post

Improving MS CRM Performance

Performance on MS CRM is always a crucial thing and we may follow different ways to achieve the performance thing. Below is the one more a...