How to implement full row selecting in GridView without select button?

前端 未结 5 1174
深忆病人
深忆病人 2020-11-27 04:33

I\'m implementing a feature that when the user press on any point in the row in a GridView the row will be selected instead of Select button.

5条回答
  •  感情败类
    2020-11-27 05:12

    Try using around your in ASPX code, set the LinkButton's CommandName='Select' And in item command event, process this command and set the style of a selected row!

提交回复
热议问题