Model-Driven-Apps: Implement Editable Grid and learn how to customize it
Blog PostsLet’s learn how to implement Editable Grid and apply simple customization. As the name, the Editable Grid is a grid where we can do inline editing. In this blog, I create a custom table where we will implement the below scenario: – On Qty or Unit Price changed, set Total with formula Qty * Unit Price. – On Calculate Status changed, if set as “In… READ MORE