Cannot give input to form

0
In my app, I have a dataview with a Text Box as input widget, so that the user can enter the value of an attribute and save the changes. When running my app, though, I cannot give any input in the field. I even tried to make the field required, but still no possibility to give input. The form is editable. Any ideas why is this happening? It seems to me like I am forgetting something very basic :)
asked
2 answers
0

Cases like these are always security related. Double check your security settings (what is your user role, and is that role allowed to change the entity. Is there a generalization with different security settings messing things up?).

Regards,

Ronald

answered
0

If Ronald's suggestion doesn't correct it, make sure the dataview has an object to display. For instance, if the dataview is on an edit page opened by a New button on a datagrid, Mendix will create the object for you. However, if the dataview is on a page that doesn't get opened from a datagrid or other Mendix control like a TemplateGrid, I have not created the object that the dataview should display, so it has nowhere for me to enter data.

Mike

answered