Group: Forum Members
Posts: 8,
Visits: 32
|
Is there anything like the VFP InputMask property for a DataGridView Cell? I need to be able to set some fields to allow only 2 numeric digits and some that are 3.2. I have found the DefaultCellStyle.Format property but it does not seem to do what I need (unless I am not using it properly)
I have also found the BindingFormat property, but I am not sure how to get a StrataFrame textbox working in a DataGridView.
|