Hello,
I use the HTML image field ATLIKTA on grid, and I want that it show the image_1 on value = 0, and image_2 on value=1
On Record Event I do
if ( {busena} == 1)
{atlikta} = '<img src="../sys__NM__OK.gif"/>';
But the image not changed on this value, why ? pls help me.