在列上设置
<PropertiesTextEdit MaxLength="20" Width="150px">
<ValidationSettings ValidationGroup="MyGroup" SetFocusOnError="True">
<RequiredField IsRequired="True"></RequiredField>
</ValidationSettings>
</PropertiesTextEdit>
自定义编辑的时候这样写也可以吗....
@邱帆: 都可以的 只要设置文本框的验证就行