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
Thank you for the update. Setting the textKey would be what you want to do for setting the initial binding of the igCombo and changing it upon selection. The line of code is what you would do to change the textKey at run time. comboTargetDiv would be the name of your combo, and ProductID would be the key of the column you want your combo to display the data from. You can see the following sample to see how the textKey is used with the igCombo:
http://es.infragistics.com/products/jquery/sample/combo-box/cascading-combo
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.
Hi Mike
I will be working through your example over the next few days and will revert back to you should I have any questions.
Many thanks for all your efforts.