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.