jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • krisko
    Member

    Hi Dimitar,

    Thanks for your update. But We do not use ko.applyBindings to bind the controls. It happens in an indirect way. Hence i want some Event..
    I also want the Events not just for this but also for Close event. Because for every checkbox (selected/unselected) view model gets hit and my service call happens. My requirement is to hit my service only when the combo box is closed.

    So I would need a solution to bind the event to this.
    Please help!!!


    krisko
    Member

    THe problem here is the data loads in a asynchronocus manner. So i want some event to identify that the loading has completed after which i can set the default items. I though i can try using the ‘bindingComplete’ event. But i could not figure out how to use this one in Knockout binding..? Could you pleasse provide the syntax.

    I tried mentioning like <div id="list" data-bind="jqxComboBox: {source: SelectableItems, valueMember: 'Code', displayMember: 'Name', selectedIndex: SelectedItemIndex, bindingComplete : bindingcompletemethod}

    and i have the corresponding bindingcompletemethod written in Viewmodel. but this never fires…

    Could you please help???????

Viewing 2 posts - 1 through 2 (of 2 total)