Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
145 views
I am exporting to a PDF from a hierarchical grid with 2 level.  At the mastertable levels, I have a footer column that is displaying the sum (i.e. aggregate=sum") of the numerical values.  We have paging turned off in the grid.  When I "export to pdf", the Footer column is displaying at the bottom of each page instead of just once at the end.

Is there a way to prevent the Footer column from displaying at the bottom of each pdf page?
Shinu
Top achievements
Rank 2
 answered on 11 Feb 2009
2 answers
146 views
Hi all, i'm currently using RadControls for ASP.NET AJAX Q3 2008 version 2008.3.1314.35

According to the documentation (which works when i was using Q1 2008 version):

If you do not want to remove all the navigation buttons using the EnableNavigation property, you can remove any of the individual navigation buttons from the title bar by setting both its image property and its text property to an empty string.

But it doesn't work on Q3 version.. When i set the EnableEmbeddedSkins = false, it's working properly, but i still need the skin..
Anyone can help me with this problem?

Regards,
Khonato
aozora
Top achievements
Rank 2
 answered on 11 Feb 2009
1 answer
130 views
I am new to C# programming (programming in general) and I am trying to figure out how to upload a file to a directory on my web server and save the file name to the database using a stored procedure.  Do you have any step-by-step instructions or a sample project?
WebGeek
Top achievements
Rank 1
 answered on 11 Feb 2009
3 answers
369 views
hi

i have used a rad grid with the edit column user control. i have also got a ExportToExcel functionality on the page. when the users fires the edit command a graph shows up on the page but then this graph does not go away for the export to excel functionality. i have tried a few ways of hiding the form but to no avail

protected void btnExportToExcel_Click(object sender, EventArgs e)
{
    rgMetrics.MasterTableView.EditFormSettings.EditColumn.Visible = false;
    rgMetrics.MasterTableView.ExportToExcel();
}

this does not work - is there anything you can advise me on?

thnaks

paul

Shinu
Top achievements
Rank 2
 answered on 11 Feb 2009
2 answers
123 views
Hello,

I've created an input page using TabStrips and dynamicaly loaded user controls in a wizard like fashion using the sample:
http://http//demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/wizard/defaultcs.aspx

In one of my user controls I have a slider that when the PageView is created and loads that user control, the page loads but the slider is only partially rendered.  As a test, I removed the AjaxPanel and allowed postback and it renders fine.  I tried using the RadAjaxManagerProxy, but no success.  I'm not sure if I'm triggering it or not, since the user control is dynamically loaded.  Would I need to invoke the ManagerProxy programmatically when the PageView is created ?  Now sure how to go about doing that.  Is this even the correct approach ?

Thank you in advance,
Ronnie
Ronnie
Top achievements
Rank 1
 answered on 11 Feb 2009
1 answer
92 views
Is it possible to bind the tabstrip pageview id to a column in a database table?

I have a  tab strip, a multipage and  a situation where I need to show different subsets of the tabs / pageviews depending on a flag in a database table.
Bill
Top achievements
Rank 2
 answered on 11 Feb 2009
2 answers
172 views
Hello,

I use almost for every RadSplitter in my project the VisibleDuringInit=false setting.
After updating with the 14 januari update, this setting doesn't work anymore.
In other words the behauvior is like the setting is VisibleDuringInit=true.

I have read in the version notes, that the splitter is updated to the way the splitter hides its content.
But in my case there is no hiding anymore.

After testing it seems that it doesn't work with splitters with Orientation="Horizontal.
With Orientation="Vertical" it works ok in most cases. (but i use mostly the horizontal orientation)
This is only happening in IE7. In FF everything works good.

I like to hear some advice, how to solve this.
Marco
Top achievements
Rank 1
 answered on 11 Feb 2009
1 answer
80 views
I am working on a project where I have a fairly "Outlook" style UI.. I would like to do a simple AJAX call to find out if there is anything pending for a given section then change the PanelItem Text accordingly.. This would be on the first Level PanelItems (the ones you click on to contract or expand).. I would also like to do this for an interior Item, but I think I can handle that with an Item template.. Its the first level panels that are giving me heartburn right now.

Thanks
Josh
Jason
Top achievements
Rank 2
 answered on 11 Feb 2009
3 answers
224 views
I have a row of items, including a RadTimePicker with a TimePopupButton.  If I click the popup, and then click the mouse out of the popup, the popup closes.  If instead of clicking I use the tab key, the popup stays open until I click somewhere.  Is this intentional behavior, and if so is there a way to change it so the popup closes when the tab button is used to alter the input focus?  Here's the RadTimePicker definition I currently have.

                        <telerik:RadTimePicker ID="SurgeryTime" runat="server" MinDate="1780-01-01" Culture="English (United States)" Width="80" style="margin-right: 15px;"   >
                            <TimePopupButton CssClass="" />
                            <TimeView ID="TimeView1" StartTime="1:0:0" EndTime="23:00:00" Interval="0:15:0" Columns="5"
                            TimeFormat="HH:mm" runat="server">
                            </TimeView>

                            <DateInput ID="DateInput1" DateFormat="HH:mm" runat="server">
                            </DateInput>

                            <Calendar UseColumnHeadersAsSelectors="True" UseRowHeadersAsSelectors="True" runat="server">
                            </Calendar>
                            <DatePopupButton CssClass="" Visible="False" />
                        </telerik:RadTimePicker>&nbsp;

Calvin Bowens
Top achievements
Rank 1
 answered on 10 Feb 2009
1 answer
48 views
Hi! Maybe you can help me! I'm building a custom control for a radgrid and when I'm trying to perform and update it keeps showing me this error: "Sys.WebForms.PageRequestManagerServerErrorException: An unknown error ocurred while processing the request on the server. The status code returned from the server was: 500."

I tried to debug the code, but the error its generated when I just simply click the button.

Thanks
Liza
Top achievements
Rank 1
 answered on 10 Feb 2009
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?