I have another datagrid question.
* Is it possible to write a query like and bind it with a bound column
in the datagrid with the DATAFIELD as price:
SELECT CAST(price as varchar) + 'Dollars AS price'
FROM price_table;
* Else please tell me if there is a way of merging two columns in the
datagrid.