Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
221 views
Hi,
I want to use the RadGrid data as the content of the RadEditor, but I have no idea how to do this, or if this is possible. Any idea how to do this?
Thanks in advance,
Simón de Lizarza
Tervel
Telerik team
 answered on 12 Aug 2009
1 answer
88 views
Hi,
in my project I'm using RadAjaxManager:
protected void Page_Load(object sender, EventArgs e)  
        {  
            RadAjaxManager1.AjaxSettings.AddAjaxSetting(Button2, Button2);  
              
        } 
I have a button with click event:
protected void Button2_Click1(object sender, EventArgs e)  
        {  
           ClientScript.RegisterStartupScript(Page.GetType(), "mykey""CloseAndRebind();"true);  
        } 
In this  case my js script "CloseAndRebind" doesn't work.
But when I remove:
RadAjaxManager1.AjaxSettings.AddAjaxSetting(Button2, Button2);   
the code works fine. Why?
I have to ajaxified Button2.
Daniel
Telerik team
 answered on 12 Aug 2009
6 answers
200 views
I have a Rad Grid with the AllowSorting property set to "true" so on each column the column name owkrs as a link that activates the sorting, but the arrow that indicates asc or desc ordering causes an Invalid Postback or Callback Argument error/.

Strange thing is it just happens whis the arrow, not with the links. the links sort the grid with no problems.

Any ideas on how to fix this bug?
Yavor
Telerik team
 answered on 12 Aug 2009
1 answer
125 views
When on the monthly view, after enough items are added to a day to cause “Show more…” to appear, if a user floats the mouse over that link, can we change the mouse cursor to a hand icon?
Princy
Top achievements
Rank 2
 answered on 12 Aug 2009
2 answers
137 views
                             <ItemTemplate>
                            <div style="font-weight:bold;font-family:Arial Unicode MS;">
                                <br />
                                <br />
                                <table border="1" width="500px">
                                <colgroup><col /></colgroup>
                               <colgroup><col /></colgroup>
                               <colgroup><col /></colgroup>
                                    <tr>
                                        <td style="width: 100px">
                                           testtesttesttesttesttesttesttesttest testtesttesttesttesttesttesttesttesttest</td>
                                        <td style="width: 100px">
                                            rrr</td>
                                        <td style="width: 100px">
                                            rrr</td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px; height: 27px">
                                            444</td>
                                        <td style="width: 100px; height: 27px">
                                            rr</td>
                                        <td style="width: 100px; height: 27px">
                                            332</td>
                                    </tr>
                                    <tr>
                                        <td style="width: 100px">
                                            eee</td>
                                        <td style="width: 100px">
                                            333</td>
                                        <td style="width: 100px">
                                            211</td>
                                    </tr>
                                </table>
                                                      </ItemTemplate>
thanks !
h
Top achievements
Rank 1
 answered on 12 Aug 2009
2 answers
278 views
I know this is a stupid question, and it's something obvious, but I've been struggling for hours ...

The "add" and "refresh" icons on my grid display as they should (vista as default skin), but "edit", "delete", "update" and "cancel" display as text ... what am I missing?

John
John Hadjioannou
Top achievements
Rank 1
 answered on 12 Aug 2009
1 answer
142 views
I am using the Q1 2009 Chart in VB and have programatically created a marked zone line using this code

 

 

Dim goalline As Telerik.Charting.ChartMarkedZone = New Telerik.Charting.ChartMarkedZone

 


goalline.ValueStartY = 100 
        goalline.ValueEndY = 100 
        goalline.Appearance.Border.Width = 2 
        goalline.Appearance.Border.PenStyle = Drawing.Drawing2D.DashStyle.Dot  
        goalline.Appearance.Border.Color = Drawing.Color.Wheat  
        goalline.Label.TextBlock.Text = "goal"

RadChart1.PlotArea.MarkedZones.Add(goalline)

 
         

The marked zone line appears but no matter how I modify the label I cannot get anything to appear.
What is the correct method to produce a label for the marked zone?

steve matheson

Ves
Telerik team
 answered on 12 Aug 2009
1 answer
197 views
I have a RadGrid that uses a popup for the edit form (EditMode="PopUp") and Rad AJAX setup very simply for the Grid like below.  There is a RadLoadingPanel setup for the AJAX update.  The loading panel appears and everything works correctly but aesthetically it is less than pleasant when you close the popup using the "X".  The loading panel covers the area of grid, but since the popup is larger than the grid it only covers a portion of the popup.  There are a number of tabs with numerous controls on each on the popup so there is a slight delay for processing when closing.  I guess it wouldn't be as noticable if the popup disappeared quicker, but is there a way to delay the loadingpanel until the popup closes, have the loading panel cover the entire page or have the loading panel cover the popup and not the grid area.  Any suggestions would be appreicated.

Thanks
Matt


 

<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">  
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="radgOne">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="radgOne" LoadingPanelID="LoadingPanel1" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
    </AjaxSettings> 
</telerik:RadAjaxManagerProxy> 

 

Princy
Top achievements
Rank 2
 answered on 12 Aug 2009
1 answer
118 views
I have two rotators on a page currently using left/right scroll direction. I would like to add a 3rd rotator containing each of my two existing rotators as items and use up/down scroll direction. I am using the default style template and am using a rotator type of SlideShowButtons. When this gets rendered the Up button is not displayed at all, and the down button is displayed between my two nested rotator items.

Is nesting rotators supported?

Thanks~
Fiko
Telerik team
 answered on 12 Aug 2009
2 answers
112 views
Hi..
I am developing Real Estate website for one of my client.  I want to know which how to implement thsi same look in rad grid Property result.
Princy
Top achievements
Rank 2
 answered on 12 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?