I have more than a few buttons which need to only be available upon the selection of a table row, is there a way to link the selection to the available buttons? or do I have to code each one individually?
Unfortunately, we cannot bind any UI control property to any object property from the data container. Therefore, you have two options: either use actions and define rules for them (which is the recommended way of dealing with buttons) or enable and disable buttons manually.
Could you elaborate more on the topic of actions please? Do you have any issues with defining actions in your screens?