Hi,
I am working with C# .net 2.0 and infragistics 7.1.
I have a set of 2 webcombo boxes. The selection of the first one, triggers the value of the second combo box.
Problem occurs when I select a value from first combo box and then select a value from second combo box. Now I change my mind and want select a different value from the first combo box. The selectedrowchanged event is triggered again. Ultrawebgrid inside the combo is cleared and filled in with new values. On step-wise debugging I see that the combobox.displayvalue property has the new value that I need to display on the second combobox, but this value doesnt show up and the old value is retained on the actual display. Is there some property that I need to use to refresh the values of the display? I am not binding the combo box to the database. The datavalues in the ultrawebgrid list are generated programatically for both the combo boxes.
I need an urgent resolution to this, as I have been struggling to find a reason for this discrepancy.
Thanks,
Shalini.