DynEdit checkbox event

Hello,


I've a TTIWAdvWebGrid with a column of ctDynCheckBox type. No event is performed when clicking on a check box. Only the Clientevent DynCheckClick is fired.
I want to show an image when I click a checkbox. Is it possible ?

Thanks

Hi,


You can use the ctCheckBox ColumnType instead in combination with the OnAsyncCheckClick or OnCheckClick event.