可能你想讓用戶雙擊item就進入edit模式。
這章就是告訴大家 如何使得雙擊row進入row的編輯模式,儅用戶點擊其他行的時候更新row,而且彈出一個confirm框。

下面的例子使用了RadGrid.AjaxRequest() , OnRowClickonrowdblclick 和grid裏面inputs的onchange事件
[ASPX]

>

And in the code-behind:
[C#]

RadGrid双击row编辑更新private void InitializeComponent()
 

 

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2021-12-25
  • 2022-01-10
  • 2022-12-23
  • 2021-07-05
  • 2021-07-05
  • 2022-03-01
猜你喜欢
  • 2021-06-11
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-06-29
  • 2022-12-23
相关资源
相似解决方案