Display one value but store another [WebGrid]

O

Oliver Orsteck

Hi!

Inside a repeater i have a WebCombo. The value i would like to display
is another i would like to store.
I tried to solve my Problem during the Init-Time of the Repeater that
way:

[...]
myWebCombo.DataBind()
Dim myValueListBool As Infragistics.WebUI.UltraWebGrid.ValueList
myValueListBool .ValueListItems.Add(False, "Nein")
myValueListBool .ValueListItems.Add(True, "Ja")
myWebCombo.Rows.Band.Columns.FromKey("Wert").ValueList =
myValueListBool
[...]

but it didnt worked. What did i wrong?

Gruß
Oliver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top