Status | ID | Priority | Type |
Closed | 38953 | Major | Question |
Profile | Reply |
PatjamesClient | How do you validate visible properties only in a wizardpage on wizard control before user clicks next page |
User | Description | Posted On |
MariyaVoytovichAgent | Hello! For validation, you can use the validation rules of DevExpress. See Validation Rules. Feel free to contact us if you need further assistance or have additional questions. Regards, | |
PatjamesClient | We tested validation rules on the wizard. | |
MariyaVoytovichAgent | You need to subscribe to the CustomNextStep event of the WizardDialogController controller. In the CustomNextStep event handler, you need to check the object using the RuleSet.ValidateTarget (IObjectSpace, Object, ContextIdentifiers) method.
|