Dear friends,
I have a mysql db with a table with two fields: ?id? and ?nombre?.
I define a form type editable-grid. I add a user field ?imagen?.
This ‘imagen’ is a HTML image type field (an icon, in fact).
If I try to define an Ajax event on_click on it, (i.e. to display a message), as I did with a grid application, I can?t select user?s fields but only table fields.
In fact, I could add ‘Imagen’ user field and use ‘edit link’ to call a blank app and do things but I think this is a dirty way for doing things.
Is this a bug on SC?