Dear friends,
I have a mysql db with a table with two fields: ?id? and ?nombre?.
Now, I define a grid on it with load modules Grid and Filter and with three fields: ?id?, ?nombre? and a user field ?imagen?.
This ‘imagen’ is a HTML image type field (an icon, in fact).
If I define an Ajax event on_click on it, (i.e. to display a message) it works Ok.
Now, if in the grid I suppress the Filter Option then search button on the top disappears (OK) but, ajax event doesn?t work, it?s not fired.
Is this a bug on SC?