How to edit cell of type Linkcolumn in a gridview
问题 I have a gridview control having 4 columns. One of the column is of type linkcolumn . The user has to enter data for each column. How can we edit the link column cell? When I click on this cell nothing happens. I did set its readonly property to false. 回答1: Your can try creating a textbox control instead and show it when the grid is being edited, this will allow the user to enter the hyperlink's text. Then add code to check if this textbox control has any text and if so you can then display a