Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
875
Limit characters in a field
posted

In xamdatapresenter, how can I limit the number of characters in an unbound field?  I need a column that will let the user input no more than 8 characters, and don't see any MaxLength type of property.

 

<

 

igDP:UnboundField Name="info" Label="User Info" BindingPath="info" BindingMode="TwoWay" />

something like MaxLength="8" ?

Parents Reply Children
No Data