Hi,
We are using infragistics version 10.3
We have a strange issue in Ultrawebgrid DropDown list. instead of DropDown Value it is capturing the Text of the dropdown list.
It is not happening in all the cases, Grid behaving randomly like this.
We have new version of infragistics purchased this week. Please guide us in fixing this issue since it is happening in production.
Regards,
Kumar V.
Hello Kumar,
Could you provide us more detail information like build number, browser any code snippet or sample will be very helpful.
Do you mean that you have purchased 12.1? The old controls are retired and they are removed from 12.1
Hello Hristo Valyavicharsk,Thanks for your quick reply.We are using the Version=10.3.20103.1013.Browser IE8Code:foreach (UltraGridRow ugChRow in uwgdUnknownAllocs.Rows){String val = ugChRow.Cells.FromKey("NewPA").Value.ToString(); }NewPa is a UltraWebGrid DropDownList.DropDown Value given belowValue TextCHE ChennaiBan BangaloreGur GurgaonInstead of value(CHE) of a dropdown it is capturing the text(Chennai).
Note:Randomly it is happening