You can create one business entity class and store both sp's result on this then bind those entity list to RadGrid.
or
You can also bind one sp result to Radgrid and other sp's result bind in Itemdatabound event. (Note : store other sp result in ViewState and with linq query filter. so you should avoid every time database trip.)
if you not understand my point then let me know i will upload code here.