I am trying to use in one page code from both of the following demos:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx
I have not yet converted the grid columns and data sources to fit my project, because I have a compile error:
Script controls may not be registered before PreRender
I get this error after I add the Calendar code to the page.
How can I resolve it? ( I tried many variations of the code with no success.)
Steve