I transferred an Access 2010 table into a SQL Express DB and connected to it via Lightswitch. However, I cannot toggle Is Required, Allow Empty String, or Maximum Length validation properties for any column. Each one is disabled. How do I enable these properties?

enter image description here

link|improve this question

do you use the External DataSource for this table? – Chielus Nov 21 '11 at 9:12
Yes, the database is located on another server – Pakman Nov 21 '11 at 16:25
feedback

1 Answer

up vote 1 down vote accepted

The Required checkbox is controlled on the server-side with the Allow Nulls property. If the column allows null values, Lightswitch will say it's not required, and vice-versa.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.