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

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -