I have a gridview displaying various items, one of these being a drop down box for the user to select something. I want to display an icon next to combo box depending on the selected value. I can do this in the code behind on the grids click event but this messes up the tab order of the rows. I think the answer is to use javascript to display the correct icon but not sure how to access the current row to display the icon - any ideas?