I have a radgrid with two template columns i use to show the data instead of database ids, but when i run it ,it only shows the headers of the template columns not the data. What could be the reason?
Have you bind the controls inside the template? You must use a data binding
expression on the appropriate control property. The following example shows how use GridTemplateColumn and how to bind the controls inside the column: