jQWidgets Forums
Forum Replies Created
-
Author
-
December 29, 2016 at 6:07 am in reply to: On Demand Auto Complete using jqxInput On Demand Auto Complete using jqxInput #90174
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.
December 28, 2016 at 5:40 am in reply to: On Demand Auto Complete using jqxInput On Demand Auto Complete using jqxInput #90146Hi 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.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’
}October 20, 2016 at 2:36 pm in reply to: Angular 2 Final version (Not Beta) Angular 2 Final version (Not Beta) #88343Hi Team,
Can anyone help me in manually triggering the events for any of the jqxWidgets using Angular 2 and TypeScript.September 2, 2016 at 2:06 pm in reply to: columns data type as string for alpanumeric values columns data type as string for alpanumeric values #87082Just 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 -
AuthorPosts