Wednesday, September 14, 2011

Attribute level Custom Message Display

E.g. When creating new employee if the user forgets to provide mandatory field e.g. firstname then you can specify the required message details field in property inspector as follows

{0} is Mandatory.Please provide value

The value in {} should be 0 to reflect to current fields.

Message will be displayed like "FirstName is Mandatory. Please provide value"