执行这项任务有两个途径:
创建2个ButtonEdit存放处。 其中一个是获得帮助的县,另一个是残疾县。 然后处理 活动和必要的存放项目通过<代码>。 项目编码>参数,根据具体情况。 请见, 帮助专题了解更多信息。
如果 but子编辑有好几个县,其Enabled
州必须积极改变,那么你可以通过处理 如下文所示: 论坛:
How to display disabled buttons for particular cells within a ButtonEdit column
.
But you should follow the first approach, In case of hyperlinkEdit., for your implementation logic add a custom column with bool values, that will give you condition that whether you will show enabled or disabled hyperlinkEdit repository edit.
如果你只是想把这个字句定下来,那么你会做如下的工作:
编辑只能通过处理<代码>CustomRowCellEdit阅读:
private void gridView1_CustomRowCellEdit(object sender, CustomRowCellEditEventArgs e)
{
if(code goes here)
e.RepositoryItem.ReadOnly = true;
}
您也可阻止编辑通过处理<条码>、打字<>条/代码>进行展示:
private void gridView1_ShowingEditor(object sender, CancelEventArgs e)
{
if (code goes here)
e.Cancel = true;
}
希望有助于你完成任务。