I have some boiler-plate script required for a Telerik RadGrid on one of my content pages. ASP.NET complains if I try and place the script inside the content element, and it complains if I place the script in the master page, because the grid referenced by the script doesn't yet exist 'in' the master page.
I'm sure there is something fairly simple, or maybe simpler with Telerik, but I just don't have a clue how to handle this. Can somebody please give me some tips?