Conditional Visibility for Edit button

0
Hi Everyone I want to setup conditional visibility for the Edit button. The condition for visibility is that the Edit button should only be visible on clicking/selection of an object on my list in the datagrid. What should be the XPath expression ?
asked
1 answers
1

I would try making a dataview that listens to your datagrid and put you button in there. You can then apply a visibility criteria of $current_object != empty to hide the button. You may have to work a bit to get the layout to look like it did though.

answered