人工智能 发表于 2015-2-5 00:48:26

自定义GridControl EditForm的问题

对于编辑框,我们可以这样。
this.SetBoundFieldName(textEdit1, "Id");
this.SetBoundPropertyName(textEdit1, "EditValue");
如果GridView 某一列有repositoryItemTreeList那么如何写呢。
页: [1]
查看完整版本: 自定义GridControl EditForm的问题