Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
webcombo cell displaying value instead of text
posted

I am using webcombo control in ultrawebgrid and I did all the things exactly mentioned in the link below. initially the grid shows the data correctly when edited, but once the data is saved and grid is refreshed from the database, it shows the value of the cell  and not the text. I am using the initializerow event to set the cell value, because the cell value comes from the nested object property of the object collection.

http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR3.5/html/WebGrid_Display_WebCombo_in_a_Cell.html

I set the valuelist display style to display text, but it only works until the data is saved, once the grid is refreshed with data, it shows only the value in the cell, not the text. not sure what I am missing. please help.

thanks,

Rama