jQuery UI Widgets Forums Angular Events in jqxWidgets

This topic contains 3 replies, has 2 voices, and was last updated by  Ivo Zhulev 8 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Events in jqxWidgets #88344

    Moizuddin Khaja
    Participant

    Hi Team,
    Can anyone help me in manually triggering the events for any of the jqxWidgets using Angular 2 and TypeScript.

    Events in jqxWidgets #88352

    Ivo Zhulev
    Participant

    Hi Moizuddin Khaja,

    What for do you want to trigger an event manually? Could you please give me some more info on what you are trying to achieve.

    Best Regards,
    Ivo

    jQWidgets Team
    http://www.jqwidgets.com/

    Events in jqxWidgets #88356

    Moizuddin Khaja
    Participant

    I have a jqxDropdown list and I am setting its index as 0 in settings itself. I have a change event for this dropdown which calls a service. Now I want its change event to be triggered the first time when the component is loaded.

    Dropdown :
    this.myDropDownList.createWidget(this.clientDdlSettings);

    Settings :

    private clientDdlSettings: jqwidgets.DropDownListOptions =
    {
    source: this.clientDdlSource, displayMember: “clientName”, valueMember: ‘clientId’, selectedIndex: 0, width: ‘200’, height: ’25’
    }

    Events in jqxWidgets #88407

    Ivo Zhulev
    Participant

    Hi Moizuddin Khaja,

    Why don`t you just set a flag variable which is set to false when you change the first time?

    Best Regards,
    Ivo

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.