Grid Editing / External Form

Theme

Description

This example demonstrates how you can perform editing into the shield grid by using external form. To achieve the functionality you need to get the model item from the datasource by using edit(index) function and to change its properties. The in order to save the data you need to call grid’s saveChanges() function.

Was this example useful?