knockout.js - Bind kendoui visible to calculated condition in markup? -
can somehow bind binding 'visible' in markup calculated value in same way possible knockout.js:
<input data-bind="value: somevmprop, visible: (someothervmprop === 'custom')" />
the syntax i've tried hasn't worked. want avoid defining calculated field in view model when simple condition inline do.
Comments
Post a Comment