Hello,
I want to ask if it is possible to have a calculated column that is based on column from a foreign data source?
For example,
if I have columns
"price", "qty" on main data source
and
"rate" on foreign data source,
then, am I able to create a column that is "price * qty * rate" using the build-in grid column template?
The problem now I have is the "context" object used in the calculated-column-template is always the model of the main data source.
Is it possible to get an context object from the foreign data source as well?
If that is not possible, then i will need to create my own structure which binds the two source before binding to the grid i believe?
Thanks for your time in advance.