I installed the Q3 demos and I am getting a database error when I try to run the tooltip demo. I see in the web.config that SQLExpress is expected. Should this have been installed with the demo as part of the dev server?
simply goes to "C:\Program Files\Telerik\RadControls for ASPNET AJAX Q2 2008\Live Demos\App_Data" and attach the "Northwind.mdf" to your current SQL instance. You wil also have to change your connectionstring in web.config..
ex: <add name="NorthwindConnectionString" connectionString="Data Source=YourSQLServerName;Initial Catalog=Northwind;Integrated Security=SSPI"/>