I have a datagrid where one column contains a distance between two places. If the value in a row == null then I want to SHOW that value retrieved from another table.
My question : I only want to SHOW this value in the column and not set in the dataset (so it doesn't get updated)
Is there a way to achieve this?
My question : I only want to SHOW this value in the column and not set in the dataset (so it doesn't get updated)
Is there a way to achieve this?