Hello Gregg,
There are two approaches, that might be applicable in the described scenario. First, if you need to pass parameters from the markup to the
myShowFunction,
you should pass them concatenated in a single string:
Then you could split and evaluate them:
Alternatively, if the conditions are part of the ViewModel, you could evaluate them in simple function bound to the
visible option:
and:
Regards,
Veselin Tsvetanov
Progress Telerik