Hi, my question is very simple... How can i bind the focus event in a text field or any other control using MVVM?
I tried it using this way but it didn't work
Thanks in advanced
I tried it using this way but it didn't work
<input id="startDate" name="startDate" data-role="datepicker" data-bind="value: selectedStart, events: { focus: EffectiveDateFocus }" />Thanks in advanced