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
600
How to get the webCombo's text from UltraWebGrid1?
posted

hi,

When the webCombo bind to the UltraWebGrid. then the UltraWebGrid1's

Cell will show the webCombo's value.

now.

I insert  one Column to the UltraWebGrid.

The Column's value is one Formula from the webCombo.

But only get the UltraWebGrid.'s cell value ,not the webCombo's value.

How to do ?

just like it.

UltraWebGrid.

Field1,Field 2

A1,          C

A2,         D

webCombo

Field1,Field2

C           7

D           8

Formula = "value( [Field 2] ) * 100";

Result:

UltraWebGrid's FormulaField

700

800

i can't get the webCombo's Field's 7 or 8.

how tset the Formula to get the text?