Question
TCS
IN
Last activity: 31 Mar 2018 14:17 EDT
Autocomplete control not setting additional properties on onchange
Hello,
We are having a requirement to display 2 property values in an autocomplete control and perform search based on both of them. I am not using post value because in autocomplete 2 properties will not be set with post value in the OnChange event(Post value is done on actions of submit button).In the OnChange event in actions of autocomplete, I am using a refresh alone.
But here when I am performing search for the first time both the property values are being set.But when am trying to change the additional property alone without changing the associated property,the value is not being set for the additional property.
For example:
We have two properties firstname & lastname(firstname is associated property). On click of search first time both the properties are set.
When i change the lastname alone and click on search,property value is not changed.
How is the additional property set handled with the onchange event?