We were asked how to bind a cfgrid to a cfinput of type image, so that when the grid is clicked, the image corresponding to that row shows up. We implemented a solution, although without using cfinput type="image". We are using a cfformitem type html instead. Unless the button (and submit) of the image input is needed for some reason, we can use simple html to show the image and avoid the button altogether.
We were asked how to bind a cfgrid to a cfinput of type image, so that when the grid is clicked, the image corresponding to that row shows up. We implemented a solution, although without using cfinput type="image". We are using a cfformitem type html instead. Unless the button (and submit) of the image input is needed for some reason, we can use simple html to show the image and avoid the button altogether.