Telerik Team,
I am working on RadGrid control in which we are displaying records 3 levels as mentioned below.
1st Level ---ProductType
2nd Level-------ProductFamily
3rd Level----------Products
under products level we are displying list of models as mentioned below.
Model# Description
after expanding one model# we are showing below list of columns.
Price|DealerPrice|DiscountPrice
i am binding data using sqldatasource controls and am using detail tables for all levels.
Here i want get the price value from this detail table level and concatnate the Currency symbol of different table columns.
Can you pls provide the solution for this issue.
I am working on RadGrid control in which we are displaying records 3 levels as mentioned below.
1st Level ---ProductType
2nd Level-------ProductFamily
3rd Level----------Products
under products level we are displying list of models as mentioned below.
Model# Description
after expanding one model# we are showing below list of columns.
Price|DealerPrice|DiscountPrice
i am binding data using sqldatasource controls and am using detail tables for all levels.
Here i want get the price value from this detail table level and concatnate the Currency symbol of different table columns.
Can you pls provide the solution for this issue.