Is there a way to limit the input text that can be entered in a grid cell?
Hi,
Just put the propertie FieldLen on tag <igtbl:UltraGridColumn
For example:
<igtbl:UltraGridColumn DataType="System.DateTime" FieldLen = "10"></igtbl:UltraGridColumn>
I hope this helpful.
you can use masking to limit.