找回密码
 立即注册

QQ登录

只需一步,快速开始

wjj_123

银牌会员

44

主题

81

帖子

2173

积分

银牌会员

积分
2173

活字格认证

wjj_123
银牌会员   /  发表于:2012-5-15 10:54  /   查看:4981  /  回复:1
spead 怎样实现按Enter回车调用某个指定的Button从而加载数据显示在一单元格中

1 个回复

倒序浏览
iceman
社区贡献组   /  发表于:2012-5-15 13:02:00
沙发

回复 1# wjj_123 的帖子

wjj_123 你好,
结合 http://gcdn.grapecity.com/showtopic-4446.html 中的 Demo,设置下面代码:

  1.         protected void FpSpread1_ButtonCommand(object sender, FarPoint.Web.Spread.SpreadCommandEventArgs e)
  2.         {
  3.             Button2_Click(this.Button2, new EventArgs());

  4.         }
  5.         protected void Button2_Click(object sender, EventArgs e)
  6.         {
  7.         }
复制代码
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部