Question
Disable button when Selected row is undefined
I have a mashup with a repeater which got his data from a function that returns an Infotable. Now I want to disable a button if nothing is selected in the repeater or if the repeater is empty. I have tried using a Validator or expression that looks if one of the properties for the infotable selected rows is null, undefined, "" or unknown but nothing give the correct result.
What is the correct way to check this?
Thnx

