Hello
I am trying to setup a session data source for a RadScheduler as provided by your example application for optimized queries. However, the example has
I am trying to setup a session data source for a RadScheduler as provided by your example application for optimized queries. However, the example has
<%
@ Register TagPrefix="sds" Namespace="Telerik.Web.SessionDS" %>
and the compiler cannot find Telerik.Web.SessionDS.
Can you explain what I am doing wrong? I have tried using SessionsDataSource.dll and that won't work either.
Alternatively, is there another way to process the OnSelecting event without having to use a data source?
Thank you
Tony