Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
400 views
Is there a way to get the column header text to export as the first row of an .xls from a grid?

Thanks.
Daniel
Telerik team
 answered on 17 Jul 2009
10 answers
504 views
Hi,
how to set custom text to statusbar in RadWindow?
Thanks:)
Fiko
Telerik team
 answered on 17 Jul 2009
2 answers
146 views
I've created a Sharepoint webpart that contains a RadFileExplorer, however there are a couple of issues in the way it renders.

Firstly, immediately below the FileExplorer is a block of white space that seems to be a placeholder for the upload dialog. As soon as I show the upload dialog (by clicking the Upload toolbar button) and close it, the block of white space disappears. I've used IE developer tools to locate the code block and manually set the style of the upload dialog to 'display:none', but I'm unable to do so permanently via CSS, since this element doesn't have an associate class.

Second bizarre issue is that the toolbar items and context menu items for Open and Rename are labelled "Common_Open" and "Common_Rename" respectively.

Any assistance would be greatly appreciated!
Ronnie
Top achievements
Rank 1
 answered on 17 Jul 2009
2 answers
92 views
 <telerik:GridButtonColumn ConfirmText="<%#Eval("TOPICNAME")%>" 
ConfirmDialogType="RadWindow"  ConfirmTitle="BPM System" ButtonType="ImageButton" I
mageUrl
="../Images/Trash.gif"  CommandName="Delete" Text="Delete" UniqueName="DeleteColumn"
</telerik:GridButtonColumn> 
 Above is my code, when debugging, error happens

Parser Error Message: Literal content ('" ConfirmDialogType="RadWindow"
                                   ConfirmTitle="BPM System" ButtonType="ImageButton" ImageUrl="../Images/Trash.gif"
                                   CommandName="Delete" Text="Delete" UniqueName="DeleteColumn">') is not allowed within a 'Telerik.Web.UI.GridButtonColumn'.

All I want is to show topicname in the confirmtext, so anyone could help me ?
Thanks a lot!
Iana Tsolova
Telerik team
 answered on 17 Jul 2009
1 answer
423 views
Hi,

I have a grid where I set footer template like this:
                    <Columns> 
                        <telerik:GridTemplateColumn UniqueName="SetDescription" DataField="SetDescription" 
                            HeaderText="Criteria Type" ReadOnly="true"
                            <ItemTemplate> 
                                <asp:TextBox ID="txtCriteriaSet" runat="server" Text='<%# Eval("SetDescription") %>' /> 
                            </ItemTemplate> 
                            <FooterTemplate>                                 
                                <table width="100%" cellspacing="0" cellpadding="0"  border="0"
                                    <tr> 
                                        <td align="right"
                                            <table cellspacing="0" cellpadding="0"  border="0"
                                                <tr> 
                                                    <td> 
                                                        <asp:Label ID="lblTotalLeft" runat="server" Text="Total Left:" /> 
                                                    </td> 
                                                    <td> 
                                                        <asp:TextBox ID="txtTotalLeft" Text="0" runat="server" Width="80px" ReadOnly="true" /> 
                                                    </td>                                                 
                                                    <td> 
                                                        <asp:Label ID="lblTotalUsed" runat="server" Text="Total Used:" /> 
                                                    </td> 
                                                    <td> 
                                                        <asp:TextBox ID="txtTotalUsed" Text="0" runat="server" Width="80px" ReadOnly="true"/> 
                                                    </td> 
                                                </tr> 
                                            </table> 
                                        </td> 
                                    </tr> 
                                </table> 
                            </FooterTemplate> 
                        </telerik:GridTemplateColumn> 
                    </Columns> 

However, it looks like on web page for every table that I have defined inside the FooterTemple the border style is set outset or at least it looks like it is outset.  Here is the image: http://img146.imageshack.us/i/grido.png/
Georgi Krustev
Telerik team
 answered on 17 Jul 2009
1 answer
301 views
I have a aspx file in a radWindow, there are number of RadNumericTextBox.
I cannot use FindControl to get the RadNumericTextBox with their ID.

How to get the controls by their ID in a radWindow?

Thanks.
Fiko
Telerik team
 answered on 17 Jul 2009
1 answer
61 views
Good Morning All,

Hope someone here can help.

Picture this.

I have create da recurring event (for example a fitness training class)
This class runs every Tuesday and Thursday 9am-10am.
the class starts from 1st July 2009 (with no end date entered).
Say for example
i decide i needed to move the Thursday class to Friday.
How can i actually go about showing this in the scheduler?

whats the process for moving a recurring event but just modifying one of the recurring days
This move needs to only occur going forward.
i.e the class move will take place from 1st August 2009 onwards. therefore if i check the calendar before that date i would like to still see the class running on Tuesdays and Thursdays.

Will the scheduler support this scenerio?

If so how could i go about doing this


Regards

Peter
Telerik team
 answered on 17 Jul 2009
2 answers
79 views
We are using 2009.2.701.35 version. Whenever we click Reload button of a RadWindow located at top right corner, following javascript error is raised.

Microsoft JScript runtime error: 'Telerik' is undefined

It will be raised for number of Telerik controls created on the page.

Waiting for your reply.
Venu





Fiko
Telerik team
 answered on 17 Jul 2009
1 answer
140 views

Hi team,
1) I need a help in outlook style radgrid(Group by expression grid). in which by default GroupsDefaultExpanded="false" so all groups are collapsed, suppose if end user expand any one group and goes to another page all the groups should be expanded unless collapsed.

2)In the same above grid i will have groups with status:approved(5),status:submitted(5),Status:sent(20) with pagesize:20. In first page status:sent with 10 records will be visible suppose i expand,if i navigate to 2nd page i want remaining 10 records with expand mode not any other group.

is it possible? if pls give an example

Advanced thanks for any help

Prangadj
Top achievements
Rank 1
 answered on 17 Jul 2009
1 answer
65 views
My company is getting ready to deploy IE7.  When testing my current application in IE7 (which was developed using RadControls_for_ASP.NET_AJAX_2008_3_1314), I am experiencing a lot of UI rendering proplems with alignment, colors, position of controls, partial render, etc.  What do I need to do to make my current application compatible with IE7.  Should I be on a latter version of your product? 

I have searched through your forums but have found nothing that consisely addresses this problem.  I really need your help and direction.  Thanks

Dick
Ivo
Telerik team
 answered on 17 Jul 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?