- 积分
- 130
- 在线时间
- 438 小时
- 主题
- 38
- 注册时间
- 2014-2-15
- 帖子
- 210
- 最后登录
- 2020-11-8
- 帖子
- 210
- 软币
- 2538
- 在线时间
- 438 小时
- 注册时间
- 2014-2-15
|
对于编辑框,我们可以这样。
this.SetBoundFieldName(textEdit1, "Id");
this.SetBoundPropertyName(textEdit1, "EditValue");
如果GridView 某一列有repositoryItemTreeList那么如何写呢。
|
|