Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
200 views
Hi,
I'm testing your Tooltip-Control with the RadCalendar (Samplecode: 054431_CalendarWithRadTooltip).
There I have a problem with updating the Tooltip by changing the month with RadAjaxManager.
How to set the RadAjaxManager the right way?

Thanks for answering,
Andreas
Sebastian
Telerik team
 answered on 02 Sep 2008
7 answers
148 views
Hi

Prior to 2008.2.723.35 relaease the NeedDataSource fires on selecting an item in the grid, this has stopped working when insalled 2008.2.723.35 version

Can you confirm this?

Thanks

P
Paul Gallen
Top achievements
Rank 1
 answered on 02 Sep 2008
1 answer
135 views
Hi,
I'm getting the following error when uploading a file.

RadUpload Ajax callback error.  Source url returned invalid content.

I discovered the problem is that the directory where the file is located contains a ' (single quote) character.

I saw on another thread that SP1 was recommended for a similar error, would this SP1 fix this one too?

Also, I don't have a SP1 file on my account, but a RadControls_for_ASP.NET_AJAX_2008_2_826_dev_hotfix.zip

Is this the same file?

Thank you
Veselin Vasilev
Telerik team
 answered on 02 Sep 2008
3 answers
219 views

Hi,

I'm beginning to learn how to use the RadGrid control, but really don't know where to begin. I am developing a test page where the RadGrid should populate from the following object:

public class GalleryDTO {
private string mName;
private string mDescription;
private string mUrl;
private string mThumbnailUrl;

//.. Below are read/write properties for the above fields, and constructors.
}

Now, I have a method that returns a List<GalleryDTO>. How
can I pass this list to the RadGrid so that it can populate itself.

Each GalleryDTO object should be displayed in 1 cell where the
mThumbnailURL is a url to an image that is to be displayed in
that cell, and the mUrl is the url to be redirected when clicking
on that image.

Any guidance on where to start or to a sample project would be great.

Thanks!

Vlad
Telerik team
 answered on 02 Sep 2008
2 answers
127 views
Hello,

We're using Q2 Ajax ASP.Net controls.

There are two issues I'd like to discuss.

1. In FireFox 2.0 the radtoolbar, when loading a drop down menu vertically gets cut off (only loads half its width). It's suppose to work in FireFox 1.5 +, it works in FireFox 3.0 correctly.

Sample Code:

            <telerik:RadToolBar ID="RadToolBar1" runat="server" Width="800px" Skin="Office2007">
               <CollapseAnimation Duration="200" Type="OutQuint" />
               <Items>
                  <telerik:RadToolBarDropDown runat="server" ImageUrl="~/Image1.png" Text="New">
                     <Buttons>
                        <telerik:RadToolBarButton runat="server" Text="Car" NavigateUrl="~/Page1.aspx">
                        </telerik:RadToolBarButton>
                        <telerik:RadToolBarButton runat="server" Text="Boat" NavigateUrl="~/Page2.aspx">
                        </telerik:RadToolBarButton>
                        <telerik:RadToolBarButton runat="server" Text="Bike" NavigateUrl="~/Page3.aspx">
                        </telerik:RadToolBarButton>
                        <telerik:RadToolBarButton runat="server" Text="Scooter" NavigateUrl="~/Page4.aspx">
                        </telerik:RadToolBarButton>
                     </Buttons>
                  </telerik:RadToolBarDropDown>
                  <telerik:RadToolBarButton runat="server" IsSeparator="True">
                  </telerik:RadToolBarButton>
                  <telerik:RadToolBarButton runat="server" ImageUrl="~/Image2.png" Text="Save" NavigateUrl="~/Page5.aspx">
                  </telerik:RadToolBarButton>
                  <telerik:RadToolBarButton runat="server" IsSeparator="True">
                  </telerik:RadToolBarButton>
                  <telerik:RadToolBarButton runat="server" ImageUrl="~/Image3.png" Text="Print">
                  </telerik:RadToolBarButton>
                  <telerik:RadToolBarButton runat="server" IsSeparator="True">
                  </telerik:RadToolBarButton>
               </Items>
            </telerik:RadToolBar>

2. If you have a CSS style to center the body of your page, 

body {

 text-align: center;

}

Then drop a grid similiar to the one mentioned above (use the same code example), then the drop down loads in halves and loads to the right corner of the contronl menu tab it corresponds with instead of directly under it (which is what we want).

It comes down to modifying the skin for the rad tool bar, but what element needs to be modified in the ToolBar CSS?

Centering the body of a page is fairly common for developers to do, wierd why it effects the RadToolBar (even if the styles cascade).

Any assistance is appreciated.

Thanks.

Remi
Top achievements
Rank 2
 answered on 02 Sep 2008
3 answers
167 views
I was trying out the demo here: http://demos.telerik.com/aspnet/prometheus/Grid/Examples/Client/InsertUpdateDelete/DefaultCS.aspx and noticed that after the grid updates the datetime column (Birthdate) shows the date time formatted as UTC. Is there any way around this?
In the demo: http://demos.telerik.com/aspnet/prometheus/Grid/Examples/Client/DataBinding/DefaultCS.aspx it doesn't seem to happen!

Regards
Nikolay Rusev
Telerik team
 answered on 02 Sep 2008
6 answers
120 views
I tried the demo codes from the link below
http://demos.telerik.com/aspnet/prometheus/Grid/Examples/DataEditing/EditOnDblClick/DefaultCS.aspx

by create a similar page with similar codes/control settings. When I double-click a row nothing happen. Please help. TIA.
d-cpt
Top achievements
Rank 2
 answered on 02 Sep 2008
2 answers
86 views
In below coding i got the checkednodes text but how can i get the checkednodes value give an example


Protected Sub ShowCheckedNodes(ByVal sender As Object, ByVal e As System.EventArgs)
    Dim message As String = String.Empty
    Dim nodeCollection As ArrayList =      RadTree1.CheckedNodes
    Dim node As RadTreeNode
    For Each node In nodeCollection
        message += node.FullPath
    Next node
    nodes.Text = message
End Sub

Yana
Telerik team
 answered on 02 Sep 2008
3 answers
102 views
Hi telerik team.

Why the chart control can accept percentage value on the ExplodePercent field? This is very hard to deal with. can you please make this field something like ExplodeValue that will accept Unit  - so it can be measured in pixels & cm and other? To me the most important is the pixel measurement.

Please consider this option because the percentage is very not flexible.
Rasin Vadim.
Vladimir Milev
Telerik team
 answered on 02 Sep 2008
4 answers
235 views

Tell me if this is possible.

I have several webpages that have distinct RadGrids in them.  I would like to use the export options in a user control instead of having all the code below in each page that contains a Grid.

However, I don't know how to reference the RadGrid in the user controls code behind. 

In the User Control ascx

<asp:ImageButton ID="ImageButtonSave" ImageAlign="AbsMiddle" ImageUrl="~/images/13Save.gif" AlternateText="Save Grid Settings" OnClick="ButtonSave_Click" runat="server" /> 
<asp:ImageButton ID="ImageButtonExcel" OnClick="Button1_Click" ImageUrl="~/images/office/xls.gif" AlternateText="Export to Excel" runat="server" />    
<asp:ImageButton ID="ImageButtonWord" OnClick="Button2_Click" ImageUrl="~/images/office/doc.gif" AlternateText="Export to Word" runat="server" />   
<asp:ImageButton ID="ImageButtonPDF" OnClick="Button4_Click" ImageUrl="~/images/office/pdf.gif" AlternateText="Export to PDF" runat="server" />      

In the User Control ascx.cs however, I cannot reference the RadGrid in the aspx page.
    protected void Button1_Click(object sender, System.EventArgs e)  
    {  
        ConfigureExport();  
        RadGrid1.MasterTableView.ExportToExcel();  
    }  
 
    protected void Button2_Click(object sender, System.EventArgs e)  
    {  
        ConfigureExport();  
        RadGrid1.MasterTableView.ExportToWord();  
    }  
 
    protected void Button3_Click(object sender, System.EventArgs e)  
    {  
        ConfigureExport();  
        RadGrid1.MasterTableView.ExportToCSV();  
    }  
 
    protected void Button4_Click(object sender, System.EventArgs e)  
    {  
        ConfigureExport();  
        RadGrid1.ExportSettings.Pdf.PageHeight = Unit.Parse("200mm");  
        RadGrid1.ExportSettings.Pdf.PageWidth = Unit.Parse("500mm");         
        RadGrid1.MasterTableView.ExportToPdf();  
    }  
 
    public void ConfigureExport()  
    {  
        RadGrid1.ExportSettings.ExportOnlyData = true;  
        RadGrid1.ExportSettings.IgnorePaging = true;  
        RadGrid1.ExportSettings.OpenInNewWindow = true;  
    }  
 

Your help would be appreciated, thank you!
Mike
Top achievements
Rank 1
 answered on 02 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?