Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
87 views
Hi

I'm struggling to work out when to bind the schedular. I want to only load the data required for the currently visible range. If I do this on Load or NavigationCommand the values set against the schedular (SelectedView, VisibleRangeStart, VisibleRangeEnd, etc) are from the previous post rather than the current values. These seem to be set later in the life cycle. At what point can I bind where I have the current view values available?

You have an example of this using a data source provider but Id rather not implement one if I don't need to.

Thanks
russell
Plamen
Telerik team
 answered on 21 Nov 2011
2 answers
185 views
I am developing a booking system by using RadScheduler.
I want to add a treeview in the 'group by' area, so that the root of treeview will be 'Floor', and the nodes will be 'Room'.
How can I do that?

Thanks.
Nick
Top achievements
Rank 1
 answered on 21 Nov 2011
1 answer
429 views
Hi,
How can I set date to RadDateTimePicker?

In browser it shows following error - 

TypeError: Object [object Object] has no method 'set_selectedDate'

My Web method returns date - 

[System.Web.Services.WebMethod]
        public static DateTime Calculate(int type, int noMonths, int noDays, int noOfWeeks, System.DateTime DateOfjoin)
        {
                  return DateTime.Now;
        }

Shinu
Top achievements
Rank 2
 answered on 21 Nov 2011
2 answers
174 views
Hi.
 I tried to use the Radmenu with cookieless and with cookies, and have observed that it does not appear in a cookies less environment, where as the top menu appears, but nothing appears for submenu items.
  Is there any config or settings that I am missing, which is required to make the rad sub menu work in a cookies less environment.

 The difference lies in making changes to the web.config.

1.  'CookieLess='useUri' --> for Cookie Less
     <sessionState mode="InProc" cookieless="useUrl" timeout="900"/>  and 'UseUri'


2. CookieLess = 'UseCookies' for working with cookies.
     <sessionState mode="InProc" cookieless="UseCookies" timeout="900"/>  and 'UseCookies'


In case 2, telerik rad menu and submenu works fine, but in case 1, When we want it to be cookieless it does not works.

Thanks in Advance.

Regards

SANDIP


forms name=".ASPXAUTH"
             loginUrl="Login.aspx"
             protection="All"
             timeout="30"
             path="/"
             requireSSL="false"
             slidingExpiration="true"
             defaultUrl="Default.aspx"
             cookieless="UseCookies"
<sessionState mode="InProc" cookieless="false" timeout="900"/>
<authentication mode="Forms">
      <forms name=".ASPXAUTH"
             loginUrl="Login.aspx"
             protection="All"
             timeout="30"
             path="/"
             requireSSL="false"
             slidingExpiration="true"
             defaultUrl="Default.aspx"
             cookieless="UseCookies" />
</authentication>

forms name=".ASPXAUTH"
             loginUrl="Login.aspx"
             protection="All"
             timeout="30"
             path="/"
             requireSSL="false"
             slidingExpiration="true"
             defaultUrl="Default.aspx"
             cookieless="UseCookies"
Tonino
Top achievements
Rank 1
 answered on 21 Nov 2011
1 answer
151 views
Hi, I dinamically generate many controls in TemplateColumn of RadGrid in  ItemCreated event.
But in every postback my object were destroy.

Can I block the life cycle of RadGrid (PreInit,Load,etc. etc.) for have a static radgrid ?

Thanks,
Marco
Princy
Top achievements
Rank 2
 answered on 21 Nov 2011
2 answers
197 views
Is a setting available for the RadFileExplorer which will allow for only single clicks on items, rather than allowing a double click on a given item?

The EnableOpenFile-"False" property is set on the RadFileExplorer, but this does not disallow double clicking;

Any insight is appreciated;  Best regards - Rob
Dobromir
Telerik team
 answered on 21 Nov 2011
3 answers
567 views
Hi,

I'm using RadComboBox with Checkboxes. The event OnItemChecked is not fired when you check/uncheck the All checkbox. Is there a way to determine when the user check/uncheck the all checkbox?

Best Regards
//HK
Kalina
Telerik team
 answered on 21 Nov 2011
8 answers
258 views
We are in the process of upgrading the RadWindow controls on our application from using the RadWindow Classic to using the Q3 2008 release of RadControls for ASP.NET AJAX.  When setting the IconUrl in the html it is set to a value of "~/Images/16x16/document.gif", however, when it is rendered and I view source it is shown as "//Images/16x16/document.gif".  This causes the image to not be displayed.  I have already removed the old skin folder for the old controls and am using the built in Default2006 skin.  I searched through our code base for any reference to IconUrl and the only references I find are in the html where it sets up the window control.  Does anyone have any input as to what may be causing this issue?
Marin Bratanov
Telerik team
 answered on 21 Nov 2011
1 answer
90 views
i have two RadWindows, and i am using RadAjaxManager1_AjaxRequest   to update a DIV on OnClientClose event of RadWindow1. This works, but RadWindow2 also triggers this event and causes it to error. can someone help me with this issue. the div is inside an update panel and it still errors. This is the error i get

Error: Sys.InvalidOperationException: Could not find UpdatePanel with ID 'ctl00_MP_CPH1_ctl00_MP_CPH1_dv_PreviewPanel'. If it is being updated dynamically then it must be inside another UpdatePanel.

i attached an image for the code snippets, any help is appreciated. Thank you.

Murali.
Marin Bratanov
Telerik team
 answered on 21 Nov 2011
6 answers
137 views
Hi,

A colleague and I have run into problems hooking up an event for a button click on a user-control which is being dynamically loaded.
Basically, we are trying to get tabs to load on demand.
We have done up an example which can be downloaded here (we've used the dll - Telerik.Web.UI, Version=2011.2.712.40 and its skin dll Telerik.Web.UI.Skins.dll).

The button on the user control can be seen if you just load the Default page. If you click the button, a post ensues (as per the normal input/forms web model) but the click handler never catches the fired event. Debugging that handler demonstrates this. In fact, we're not 100% sure that the event fired. All we know is that the form posts to the server.

What do we need to do to successfully subscribe to that click event? This is clearly as a result of dynamically loading the usercontrol. We just cannot figure out "the why", and how to fix it. It seems as though the javascript which is normally rendered by the Button server control is not being hooked up properly. Perhaps it's a ViewState thing?

Cheers
David
Top achievements
Rank 1
 answered on 21 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?