In AX 2009, how to refresh the form after a grid checkbox is un checked ?

Hi,#### I have a form in which i have 3 checkboxes and an update button. On clicking update button it is allowing to update(allowedit =yes) the grid associated with the checkbox.#### my problem is after unchecking it should automatically switch to non editable mode (allowedit= false).#### Please help me in achieving this.

Regards,

Pankaj Mishra

Hi,

You can try to put code that manage the allowEdit property on the active() method in your form datasource

regards,

Thomas

Thanks Thomas.