Hi Experts,
How to return only the first element in an ultracombo? If i click the "First Element" Button it should return '1'
Please help me regarding this.
Hello,
It seems that when you click on the Button you want to return the first value of the list. What you can do is to set the following line into your Button click event :
ultraCombo1.Value = ultraCombo1.DisplayLayout.Rows[0].Cells[0].Value;
Hope this helps.
Sincerely,
Danko Valkov
Developer Support Engineer
Infragistics, Inc.