-
Dan
32
posts
Member since:
Feb 2010
Posted 31 Aug 2011
Link to this post
I need to make the entire time slot (the cell for a given day) clickable to the detail view of the day. So the same behaviour as clicking the date link but for the whole cell. Any ideas?
Thanks,
Dan
-
-
103
posts
Member since:
May 2011
-
-
Dan
32
posts
Member since:
Feb 2010
Posted 01 Sep 2011
Link to this post
Doesn't look like I can use that because instead of a RadAjaxManager my page uses ToolkitScriptManager because I am using the autocomplete tool. There is no onajaxrequest event with this object. Thanks anyway though.
-
-
103
posts
Member since:
May 2011
Posted 01 Sep 2011
Link to this post
Have you tried using the RadAjaxManager? IIRC it is the RadScriptManager that can't coexist with another ScriptManager.
-
-
Dan
32
posts
Member since:
Feb 2010
Posted 01 Sep 2011
Link to this post
Actually got this to work. You are correct, you can only have one scriptmanager. I was doing something stupid. I'm still using the ToolscriptManager along with RadAjaxManager. Works great, thanks for the tip!
-