10342 : OnAfterCheck event

Question

OnAfterCheck event

Is it possible to include some kind of OnAfterCheck event in the grid of GTP.Net? OnAfterEditCell won’t fire after a checkbox (Celltype.BoolCheck) has been (un)checked

Answer

The event Grid.OnBeforeEndEditCell fires when any inplace edit control is taken out of edit mode, or when the checkbox is clicked. In this event you can dis-allow any editing based on your own logic.

 

Leave a Reply