Hi samguddy,
I don't think you could binding data to an "data-win-options" object, take a look at
data-win-options attribute document. You can set the properties of a WinJS control programmatically. To access the control in code, you call the
WinJS.UI.Pages.get function to retrieve the control from its host element. But I don't think you can do a binding.
Best Regards,
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.