I have a radgrid with an editform defined in a FormTemplate. When the editform opens below the grid row based on the user clicking the Edit icon in that grid row, it would be nice to then change the icon just clicked to a cancel icon (the user is now in edit mode - why show edit icon), but ONLY for the item being edited - the other items should still have edit icons. Is this possible in a RadGrid? The edit icon is defined in a GridEditCommandColumn. Thanks!