Hi folks,
I want to apply a conversion rate (set on the page outside the grid) to every row. For example:
Since ConversionRate doesn't actually appear as a field in the database table (it's value comes from a textbox elsewhere on the same page), what's the best way of getting it incorporated in the calculated column?
Thanks,
Ken
I want to apply a conversion rate (set on the page outside the grid) to every row. For example:
<telerik:GridCalculatedColumn HeaderText="Cnv. Price" UniqueName="ConvertedSoldPrice" DataType="System.Double" DataFields="SoldPrice, ConversionRate" Expression="{0}*{1}" />Since ConversionRate doesn't actually appear as a field in the database table (it's value comes from a textbox elsewhere on the same page), what's the best way of getting it incorporated in the calculated column?
Thanks,
Ken