** EDIT **
To see these issues happening first, see this jsFiddle:
http://jsfiddle.net/Xxn22/1/
I understand *why* this doesn't work, due to the data being per row, rather than an overall ViewModel, but how on earth are we supposed to calculate simple visibility of objects? All I'm literally trying to achieve is to show the Download link if a variable matches a certain string.
Original post:
I wondered if this was originally the same issue as I'm having, but it turns out not to be... I've currently got a row template, such as:
And my view model (with all the bindings set correctly etc as I have a click event working with a different function):
This does not work. I've tried, true as in the boolean term, not working either.
I've even tried:
And even this does not work... there must be support for templates in MVVM as my click event works. What's different with the visible/enabled bindings?
*Edit*
With further testing, even this doesn't work and automatically sets the anchor tag to display:none
Very frustrating.