In XAF Windows Application I can customize Model at runtime using Model Editor. Is there any way to customize model at runtime when I use Web Application?
In XAF Windows Application I can customize Model at runtime using Model Editor. Is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no web version of the XAF Model Editor.
You could create your own view controllers to allow a user to modify a specific aspect of the model at run time. Or you could look at the eXpand framework which includes several modules which modify the model at runtime and which work with both XAF web and WinForms applications.