I currently have a gridview that allows you to select the row by clicking anywhere on that row. however, there is a problem. The AutoGenerateSelectButton must be set to true. This means that the select button is now visible and part of the grid view. I wanted to know if there was a way to hide it without disrupting the grid size?
Share
Have you considered hiding the column with CSS? This can be done in the
RowDataBoundevent: