Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
124 views
Hello,

I'm working on a page that has a RadCanlendar control. What I want to do is when the user clicks on the date, if it has events on that day, the RadGrid that contains the detailed information of the events will display.   Now I don't know how to pass the value of the selected date to the grid.

Can anyone give me some idea? Many thanks !

Radoslav
Telerik team
 answered on 25 May 2010
1 answer
105 views
Hello all!
I need to group the hours displayed in WEEK view in blocks of 4 hours (8AM - 12, 12PM - 4PM, 4PM - 8PM, etc...) for each day, and preferably specify the height of the 4 hour blocks (I want to make the height of the 4 hour block smaller).

Then when a user clicks on a 4 hour block, an appointment is automatically created where there is no more input needed by the user (I can already specify the subject and description programmatically)...

Is any of this do-able?

Any and all help is appreciated.

Thanks.
Mark
Peter
Telerik team
 answered on 25 May 2010
1 answer
89 views
Hello,

I need some help her to store files uploaded via silverlight controls directly to database. Please refer to demo sample below
http://demos.telerik.com/aspnet-ajax/upload/examples/silverlight/defaultcs.aspx

I am on asp.net 4.0 with visual studio 2010.

Another question i have about using silverlight is that will it cause any issues if my entire applicaiton is on ssl (https)?

Thanks in advance
Mac
Genady Sergeev
Telerik team
 answered on 25 May 2010
1 answer
105 views
dgInvoice.DataSource = dtMainGrid;

thus like i got the records in dtMainGrid and put it into dgInvoice.DataSource at needdatasource event
This statement executed correctly at run time, but grid doesn't display any records

Dimo
Telerik team
 answered on 25 May 2010
1 answer
98 views
Hello,

I have a customized advanced form for the radscheduler.  I don't use the inline editor; we enter directly into the advanced editor.  Does web services work well with a customized form, or should I use the client-side API to do everything and call my own web service?

Thanks.
Peter
Telerik team
 answered on 25 May 2010
1 answer
68 views
I have a grid in a DNN module that is completly created in the page load and there are placeholders on the ascx code that the grid is rendered through.
I also want to allow scrolling on the grid but I am having dificulties with the appearance when doing so.
I found this Forum post that explains how to do this but I am not sure how this works under the circumstances.
Do I still use the Script at the top of my ASCX and since I am using placeholders and not mentioning the grid in the ASCX code at all where do I handle calling the script?

Thanks
Dimo
Telerik team
 answered on 25 May 2010
1 answer
91 views
I am working on an application with a Master Page, and ASP.NET Menu on it. Whenever there is a RAD Alert or RAD Confirm dialog boxes (semi-transparent, modal window) diaplayed, the ASP.NET menu (from Parent page) is shown through the RAD alert and RAD confirmation dialog boxes. Is there a way I can fix this? Any help is greatly appreciated.
Shinu
Top achievements
Rank 2
 answered on 25 May 2010
1 answer
107 views
I use Classes for connect and modify data on sql database. I am create ObjectDataSource and Connect to class ProjectsGetAll, but when I try to sort data, I get error message: you need dataset, datatable, to sort data, (something like that).
Than, I am do next:
DataTable dt = SqlHelper.ExecuteDataset(Settings.ConnectionString, CommandType.StoredProcedure, "CUSTOM_ProjectsGetAll").Tables[0];
radgrid1.datasource=dt;
radgrid1.databind(); (I am try and rebind, too)
and than in radgrid you can see message: No record to display.
Please help

Yavor
Telerik team
 answered on 25 May 2010
7 answers
179 views
Hi,
    I'm using Telerik version 2009.31208.20. I have created an asp:button decorated with the Telerik RadFormDecorator. The button works well in IE (all version after IE 6), FireFox 3.x, Chrome and Safari. Although, in Firefox 2.x, the button click is not firing and its border is cut off.
 The problem occurs only when i set the button decorated with the RadFormDecorator.
  I found the same problem in the Telerik website http://demos.telerik.com/aspnet-ajax/formdecorator/examples/decorationzoneid/defaultcs.aspx. I have joined to this post a snapshot from the Telerik website.
Thanks.
here the source code:
 <telerik:RadFormDecorator ID="FormDecorator1" runat="server" DecoratedControls="All" 
        Skin="WebBlue"></telerik:RadFormDecorator> 
 
 <asp:Button ID="LoginButton" ValidationGroup="login" 
      runat="server" CommandName="Login" Width="120px" 
      Text="<%$ Resources:Labels, LoginLoginButton %>" /> 
Lini
Telerik team
 answered on 25 May 2010
1 answer
168 views
I test the example code of "Getting the Nodes Full Path" , but it can't work well.

so I mark break point , and debug it. Then I see , get_parent() return the control which contain the tree, because I put the tree in the RadPane. 

 So  I Have no choice but using the level . When I use get_level() , it returns "5" for root node . For my aspx page layout, it maybe this.

 Splitter          <----- level 0
     radpane               <-----level 1
         Splitter                       <-----level 2
            radpane                         <-----level 3
                 treeview                              <-----level  4
                      (root  node )             <-----level 5
 

To user , it's so strange that the method  of TreeNode returns  .
Nikolay Tsenkov
Telerik team
 answered on 25 May 2010
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?