HI,
I have a radgrid bound to a datasource which provides the following data columns:
Username
DepartmentID
So at the moment my Radgrid displays the UserName and the ID value of the department they work in.
I have another datasource which provides the following data:
DepartmentID
DepartmentName
I would like my Radgrid to display: Username, DepartmentName
Is there a way to substitute the numeric ID values in the grid datasource with the Text description coming from another datasource?
Many thanks
Antony
I have a radgrid bound to a datasource which provides the following data columns:
Username
DepartmentID
So at the moment my Radgrid displays the UserName and the ID value of the department they work in.
I have another datasource which provides the following data:
DepartmentID
DepartmentName
I would like my Radgrid to display: Username, DepartmentName
Is there a way to substitute the numeric ID values in the grid datasource with the Text description coming from another datasource?
Many thanks
Antony