I would appreciate assistance on the following:-
Thanks for the help in advance.
Hello Mark,
Thank you for contacting Infragistics!
You can achieve this be changing the textKey property of the igCombo to achieve this behavior, for example:
$('#comboTargetDiv').igCombo('option', 'textKey', 'ProductID')
Please let me know if you have any further questions concerning this matter.
I presume changing the textKey property achieves the initial focus of the required entry?
Is there a sample available that shows the second part of my query - changing static text on the same screen when selecting different options in the dropdownlist?
Thank you