Is it possible to have more then one datasource with the <#%Eval fieldname%> literal? I am using sql data source for a radgrid and I want to use another sql data source for a sub section underneath the radgrid in a lower hierarchy.
I guess you are having a hierarchical Grid where you are setting the master and detail table to two different SqlDataSources. And you have got the same field name in both the DataSources. If this is the case i dont think there will be any problem in binding the Grid columns of the master and Detail table to the same filed name. But you may set different UniqueNames for both the columns.
Here is the sample aspx code which I tried on my end.