Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
234 views
Hi,

I am creating docks dynamically and adding asp controls to them such as textboxes, dropdownlist etc It's working fine the only problem is that it doesn't show Textbox with rad form decorator, it shows normal textboxes only it doesn't show multiline textboxes. If i remove radform decorator from the page it shows the multiline textboxes.

Can anyone please help me out here what could be going wrong?

Thanks
Atiq
Sophy
Telerik team
 answered on 30 Jul 2008
3 answers
135 views
Hi,

I have a situation where I have an asp:button inside of a tooltip.  The OnClick event of the button fires a postback.  how can I Ajaxify this not to postback?

ASPX
<telerik:RadToolTip ID="TrackerReminderOff" runat="server" TargetControlID="ReminderOff" Position="TopLeft" SkinID="Vista" ShowEvent="OnClick" Animation="Fade"  Width="300" Height="200" ManualClose="true" Visible="true" Sticky="true" EnableViewState="false">
                        <asp:Panel ID="Panel1" runat="server">
                            <asp:Label ID="TrackerReminderOffCMSText" runat="server"></asp:Label><br />
                            <asp:Button ID="TrackerReminderOffButton" runat="server" Text="Turn Off" OnClick="TrackerReminderOffButton_Click" Visible="true"/>
                        </asp:Panel>
                    </telerik:RadToolTip>

Code Behind.
 public void TrackerReminderOffButton_Click(Object sender, EventArgs e)
    {
      //The Profile.DailyTrackerReminder is a database field
        Profile.DailyTrackerReminder = false;
        ReminderOff.Visible = false;
        EmailReminderLabel.Visible = false;
        PleaseRemindMe.Visible = true;

    }

Any thoughts are appreciated.

Thanks,
Rob
Rob
Top achievements
Rank 1
 answered on 30 Jul 2008
1 answer
81 views
Hi,

I have an application in which contains a page that uses Hierarchical RadGrid control. The application dll and the aspx page is used in the other application. The memory usage is more in the other application compared to the original application. Please let me know what needs to be done to fix this issue.

Thanks,
Manjushree
Nikolay Rusev
Telerik team
 answered on 30 Jul 2008
8 answers
158 views
Has anyone noticed this. I am using the grid control in a DNN module and every so often (usually first time when trying) the grid will hang with I go to add a new record. The browse says '5 Items remaining' like it is trying to download something but it just gets stuck and I'm forced to restart the browser. Then, it works.
Craig Hinkel
Top achievements
Rank 1
 answered on 30 Jul 2008
3 answers
179 views
Ok I have a user control that contains 3 RadGrid.

<

div id="Nav_Login" >

<telerik:RadMenu ID="RadMenu1" EnableEmbeddedSkins="false" runat="server">

</telerik:RadMenu>

</div>

<div id="Nav_Curv"></div>

<div id="Nav_Link" >

<telerik:RadMenu ID="RadMenu2" runat="server" EnableEmbeddedSkins="false" >

</telerik:RadMenu>

<telerik:RadMenu ID="RadMenu3" runat="server" EnableEmbeddedSkins="false" >

</telerik:RadMenu>

</div>


And this is my css ..

.RadMenu_Default

{

margin:8px 0px 2px 0px;

border: 0;

border-bottom-width: 0;

border-top-color: #383838;

background:none;

text-align: left;

}

.RadMenu_Default_rtl

{

text-align: right;

}

.RadMenu_Default_Context

{

background: none;

border: 0;

}

.RadMenu_Default

a

{

text-decoration: none;

}

.RadMenu_Default

.rmLink

{

line-height: 24px;

text-decoration: none;

color: #fff;

}

.RadMenu_Default

.rmLink:focus,

.RadMenu_Default

.rmFocused

{

outline: 0;

}

The above code work perfectly..


Ok I have a few Question..
1) Now if i change EnableEmbeddedSkins="true" in Radmenu1 or any one of them so that i can have a build in skin, then none of the customs skin works..Why?

2) what if i what to skin each Radmenu differently?

Dip
Top achievements
Rank 1
 answered on 30 Jul 2008
2 answers
270 views
I found some articles on changing the language for RadEditor, using the ConfigFile.xml or ListConfigFile.xml files. I also found a number of resource files (in the App_Data\RadSpell and App_GlobalResources folders) for what appears to be French and German support.

I am very interested in providing the Editor in other languages (like, to start with, in German), but adding a Language property to the ListConfigFile.xml does not change anything in my Editor.

I am using the RadEditor (5.1) in a WSS-only environment. Can you please tell me howto set/change the Language for the RadEditor?
Plopper
Top achievements
Rank 1
 answered on 30 Jul 2008
1 answer
133 views
In my grid, in each row, I have a picture of arrows. I want the viewer to be able to grab the picture of arrows (but nowhere else in the row) to be able to drag and drop that row.

Is this possible?
Veli
Telerik team
 answered on 30 Jul 2008
4 answers
380 views
I'm getting some strange behaviour with a LoadingPanel showing only after the second and subsequent postbacks.

The ASP:Button control that initiates the request is on a content page and is under the management of a RadAjaxManagerProxy.

I'm pretty certain that the problem relates to the initial enabled/disabled state of the button. The button is enabled only when the user selects a value from a dropdown list.

I had originally set the button's Enabled property to False at design time and then enabled the button client-side at runtime. This resulted in the button not working at all. So I now leave the button enabled at design time and then disable it in Javascript in the window load event at runtime. Then, when the user makes his dropdown selection, the button is re-enabled (again in Javascript).

Functionally, everything works fine with the button - it runs my query and the results are asynchronously shown in my grid.

The problem is that the LoadingPanel only shows on the second and subsequent runs of the query (i.e. second and subsequent clicks of the button). It doesn't show when you run the query after the page first loads so there is a long pause with no visual feedback before the query results are shown.

Any thoughts?
Rob
Top achievements
Rank 1
 answered on 30 Jul 2008
3 answers
178 views
Hello all,

I have code on the server-side that populates a combobox during the ItemsRequested event.  This code also knows what value should be preselected after the combobox has been populated.  I tried selecting the item programmatically but it doesn't seem to have any effect on the client.

I know I can also handle the OnClientItemsRequested event and select a item on the client-side after the callback is done.  However, the info i need (what item to select) is on the server-side and I don't know how to pass it back to the client.

Any ideas how this can be done?

Thanks.
Veselin Vasilev
Telerik team
 answered on 30 Jul 2008
10 answers
137 views
Hi,

Does RadSlidingPane inherit the Style properties of parent division?
Because i have a division with style set to "top:10%". I added a RadSlidingPane in that division and added a RadPanel to it. Now when i slide the Pane the Panel is shown at 10% below from the original position.
Why exactly is that happening? Any inputs?

Thanks,
Nataraj
Nataraj
Top achievements
Rank 1
 answered on 30 Jul 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?