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?