Hello Babu,
You can do this in OnSelectedIndexChanged event of RadComboBox. Access the column and based on the SelectedItem(color) of RadComboBox, change the text color of column. Sample code is given below for your reference. Change the logic according to your requirement.
ASPX:
C#:
Thanks,
Princy.