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

Is it possible to increase the height of an appointment in the timeline view.
We would like to provide multiple lines of information on each appointment.

Greeting datamex.
Alex Gyoshev
Telerik team
 answered on 24 Aug 2009
3 answers
127 views
Hello,
I have this RadMenu placed over a banner. The menu items have their own images. These images are leaf-shaped and have a transparent background. The problem am facing is that the menu item images are shown in a rectangular box with a white background. How would i make the background of the menu items transparent so that they display the banner in the background?

Thank you,
Satya
Alex Gyoshev
Telerik team
 answered on 24 Aug 2009
2 answers
74 views
Hi,

I have an ImageButton where the functionality of left clicking on the button causes a ContextMenu to appear below it.  One of the issues that is happening is that if i tab to the imagebutton and hit enter the context menu opens up wherever the mouse is.

Is there anyway to provide a target control for the RadMenu when in context mode so that it will always open relative to that control?
Michael Arocho
Top achievements
Rank 2
 answered on 24 Aug 2009
3 answers
70 views
Hi,

I have a postback function that loads and binds several grids and I want to get the entire page, including those grids, and render to html to send out as an email.

I am doing this (VB)

for i = 0 to Page.controls.Count -1

Me.controls(i).RenderControl(htmlTextwriter) ... skiping syntax to get to the point here

next

but in this loop, which exists in a button onClick event handler, the grids are not present - I see literal controls, etc. but no grids at all. What am I missing here? Thanks.
Sebastian
Telerik team
 answered on 24 Aug 2009
3 answers
167 views
Hi, i'm trying to build a wizard using the RadWindow on page A the GetRadWindow function works fine but once i am done on page A and redirect to Page B it no longer works, i can refactor to use the same page but this is not what i wish to do.

Stuart.
Georgi Tunev
Telerik team
 answered on 24 Aug 2009
1 answer
62 views

Hi,

We are using Telerix (RadControls_for_ASP[1].NET_AJAX_2009_2_701) control in our project. We found that tool cotrol is Flickering in IE 7.0, but same is working fine in IE 6.0

I read the all the forum but non of them talks about specific issue what i am facing.

Quick response to fix this issue would greatly help

For reference RadToolBar tag is paged below

 

 

<telerik:RadToolBar ID="mainToolBar" runat="server" Style="z-index: 90001" Width="722px"

 Skin="RAM" EnableEmbeddedSkins="FALSE" OnClientDropDownOpened="checkItemSelectedleft"

 

OnClientButtonClicking="clientButtonClickingleft">

 <Items>

 <telerik:RadToolBarSplitButton EnableDefaultButton="false" Text="" ToolTip="Actions">

 <Buttons>

 <telerik:RadToolBarButton Text="Add Activity" ToolTip="Add Activity" Value="AddEditActivities"

 PostBack="false" />

 <telerik:RadToolBarButton Text="Edit Activity" ToolTip="Edit Activity" Value="EditActivity"

 PostBack="false" />

 <telerik:RadToolBarButton Text="Add PPG" ToolTip="Add PPG " Value="AddPPG"

 PostBack="false" />

 <telerik:RadToolBarButton IsSeparator="true" />

 <telerik:RadToolBarButton Text="Copy" ToolTip="Copy Selected Activities" Value="Copy" />

 <telerik:RadToolBarButton Text="Paste" ToolTip="Paste Selected Activities" Value="Paste" />

 <telerik:RadToolBarButton Text="Delete Activity" ToolTip="Delete Selected Activities" Value="DeleteActivities" />

<telerik:RadToolBarButton IsSeparator="true" />

 <telerik:RadToolBarButton Text="Add Attachments" Value="Add Attach" />

<telerik:RadToolBarButton Text="Remove Attachments" Value="Remove Attach" />

<telerik:RadToolBarButton IsSeparator="true" />

<telerik:RadToolBarButton Text="Assign StoreList" ToolTip="Assign StoreList to Selected Activities"

 Value="AssignStoreList" />

 <telerik:RadToolBarButton Text="Remove StoreList" ToolTip="Remove StoreList for Selected Activities"

 Value="RemoveStoreList" />

 </Buttons>

 </telerik:RadToolBarSplitButton>

 <telerik:RadToolBarButton IsSeparator="true" />

 <telerik:RadToolBarButton Enabled ="false" Font-Names ="verdana" Font-Size ="XX-Small"></telerik:RadToolBarButton>

 </Items>

 </telerik:RadToolBar>

 

Yana
Telerik team
 answered on 24 Aug 2009
2 answers
1.0K+ views
Hi 
        I have used Telerik Rad Ajax Control Q2 2008 version. 
        
        I want to open modal popup using code-behind.
        right now I have opened simple popup using follwoing code
        

 

string sc = "<script language='javascript' type='text/javascript'>window.open('Last_Section_Summary.aspx?SectionId=" + Last_A_SectionId.Value + "&EmployeeAssessmentId=" + Last_EmployeeAssessmentId.Value + "','AddPageHere','width=200,height=300,left=200,top=170,resizable=0,scrollbars=1');</script>";

 

Page.ClientScript.RegisterStartupScript(

this.GetType(), "refresh", sc);

        Please give me your help to open model popup using code-behind for RadWindow.

Thanks

 

Georgi Tunev
Telerik team
 answered on 24 Aug 2009
1 answer
306 views
Hi,

i have a problem when delete files, the HttpContext.Current.Session make null in all element,

Anyone can help me?

Thanks
Fiko
Telerik team
 answered on 24 Aug 2009
5 answers
200 views
I am using a form decorator and I can't get my button to center. Here is my code.
    <table width="350px">
        <tr>
            <td>
                <center>
                    <span class="adminTableLabel">Description</span>
                    <asp:TextBox ID="descInput" runat="server" Height="100px" Width="200px"></asp:TextBox>
                    <asp:RequiredFieldValidator runat="server" ID="descValidator" ControlToValidate="descInput"></asp:RequiredFieldValidator>
                </center>
            </td>
        </tr>
        <tr>
            <td>
                <center>
                    <span class="adminTableLabel"></span>
                    <asp:Button ID="addEvent" runat="server" Text="Add" />
                    <br />
                    <asp:Label ID="output" Text="" runat="server"></asp:Label>
                </center>
            </td>
        </tr>
    </table>
When I take out the form decorator it centers fine. I'm sure it has something to do with the css the form decorator uses. How can I center this button? Thanks,
Georgi Tunev
Telerik team
 answered on 24 Aug 2009
1 answer
88 views
Hi,

I want to group - only a set of rows in the grid. The rest of the grid should't  get affected (no headers, footers),  Is it possible with radgrid.

Naresh
Tsvetoslav
Telerik team
 answered on 24 Aug 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?