DataGrid Buttons

0
Hello, I want to deactivate or hide certain buttons of a datagrid depending on enumerated attribute: What i want is deactivate or activate the buttons:   When i select some row depending of the value of status atributte: I found this in the properties of the buttons:   But the combo box is empty despite i have a enumerated attribute. How  i can fill the options? If that´s not possible there are any other way to do this?    Thanks in advance.   Regards    
asked
4 answers
0

Are you sure that the entity has an enumeration attribute? Because that drop down is only empty if there is no enumeration to show. Could you edit your post with screenshot of form and entity?

Regards,

Ronald

 

answered
0

Hello Ronald, i put here the info that you asked and the steps to find this property because maybe the property where  i´m trying to change is not right.

the entity is:

The enumerated attribute is Status and the form is:

 

The last three buttons are the buttons that i want to deactivate or  hide.

At the play button properties i push visible:

 

And entering in the visibility options but the combo is empty:

 

Thanks in advance.

answered
0

Hello Ronald, that was the problem.

Now it works perfectly:

 

Thank you very much for your help.

 

Regards.

answered
0

Done.

Thanks Again.

Regards

answered