Disabled button for no apparent reason

0
Hi! I'll ask something really quick. I have two buttons within a data view that listens to a data grid: one adds a row to a list and the other processes and saves that list. The thing is that the save button is disabled when in no case I have it with that option. I don't know what is happening. Has anyone ever had the same problem?
asked
1 answers
1

Hi Judith,

The save button is disabled because there is no object present in the dataview in which the save button is located. The dataview listens to the datagrid selection, but the datagrid is empty. If there is no object in a dataview widget, it’s possible that the button is automatically disabled. Try making sure that the datagrid is filled another way, then select an item from the datagrid and the button should become active.

answered