jQWidgets Forums

Forum Replies Created

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

  • Moizuddin Khaja
    Participant

    Let me put it in this way.
    We have many jqxInput(Auto complete extender) on each of many web pages.
    We are fetching the source for each control of a page and binding it to the controls at once.
    This approach is making the whole page heavy.
    We would like to know if there is a way in which we will fetch and bind the data on keypress itself, getting top 20 records on every keypress/keyup event is enough for us.

    Please suggest.


    Moizuddin Khaja
    Participant

    Hi Stoev,
    Could you please elaborate your reply as I have already binding source property of jqxInput in method(fetchAccountNumbers()) . Also how can I achieve dynamically binding data source to source property of jqxInput onkeyup . Will be helpfull if you could provide us a sample.

    in reply to: Events in jqxWidgets 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’
    }


    Moizuddin Khaja
    Participant

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


    Moizuddin Khaja
    Participant

    Just to add.
    Our Problem : We have data as “Site 1” in one of the column. Though we provided “string” as type for the column we have got filters for numeric column i.e ‘Less Than’etc.
    Our Observation is that when we changed data to “Site1″,”Site2” i.e removed space then we are getting filters for string column type.

    Any suggestions for the data “Site 1”, “Site 2”.
    PS : We are using version 4.1.2
    Thanks in advance.
    Moizuddin Khaja

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