I don't have a key between the master and detail tables . How can I load the detail tables at runtime from a datatable instead of having the relationship between master and detail tables.
You ca use DetailTableDataBind event of the RadGrid to bind each detail table-view from code behind. Check out the following demo for more on this. Grid / Programmatic Binding