Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
481 views
Hi all

We have created a online backoffice admin section to our project using radWindow (AJAX Q2 2008) which works very nicely.

However, our MD has an issue that I am struggling to kill, when on his laptop some of the radWindows appear longer height wize than the screen, it would be nice if a radWindow could be set to stay within screen bounds (creating a scroll bar on the radWindow if shrunk).

Ideaz welcome?????

thanks
Rob
Svetlina Anati
Telerik team
 answered on 13 Oct 2008
2 answers
145 views
I just upgraded my Telerik dll from Q2 2008 to the latest release.  When I call .show() from javascript in IE I get an error "object required".  It works in FireFox, and it works if a rollback my Telerik dll.

My tooltip is useing ContentScrolling="Y" which seems to be the problem.  Setting ContentScrolling="auto" seems to be the only option that works.  All other values (both,none,X,Y) seem to cause this error.

thanks.
Sean
Top achievements
Rank 1
 answered on 13 Oct 2008
1 answer
96 views
If I put a RadComboBox inside a fieldset element, the styling is not correctly applied in Internet Explorer (it looks fine in Firefox).

Screenshot:
http://www.freesitesatxdm.co.uk/radcombobox.png

We are using a master page, with a RadFormDecorator element. I have tried removing all applied style to the fieldset and legend elements, but it's still missing the arrow on the right. Can you provide any advice for fixing this?
Rosi
Telerik team
 answered on 13 Oct 2008
4 answers
133 views
Hello dear representatives of Telerik.
I will explain you of what I am tryin to do and how I want it to work.
I do have a default page where I am adding dynamically controls (in raddocks)
like in your samples and want to add a custom command which will open me a window not yours an open window. In open window I am getting all the data (configuration) of Specific raddock control which is sent by session.

In edit window i change the data and make click on the button which is inside the raddock(ex: raddock has some news.ascx control which has some hidden button).

By clicking this hidden button I want it to save the changes and make a dopostback.

In all your samples you do have only two events added dynamically the dragging and closing the dock. I want to add to the triggers this button event as well for updating the data.

Thank you in advance.
Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 13 Oct 2008
6 answers
314 views
Hello Telerik guys,
I have a problem with saving the state of dynamically created docks. 
GetRegisteredDocksState() always seems to fetch back the original state and is causing me a real headache.  Ive uploaded the source files to http://www.tidy.com/DynamicDocks.zip
Any help on this would be appreciated.
Alex.
Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 13 Oct 2008
7 answers
275 views
I use 2 contents which communicate together : 

<

asp:Content ID="Content1" ContentPlaceHolderID="cl" runat="server">
    // Left Panel
</asp:Content>

<

asp:Content ID="Content2" ContentPlaceHolderID="cb" runat="server">
    // Right Panel
</
asp:Content>

I would like to user RadAjaxPanel or RadAjaxManager. The LeftPanel can refesh the Right Panel, and the Right Panel can refresh the LeftPanel. Is it possible to use the RadAjax with Contents and how ?

Thank you in advance,

Iana Tsolova
Telerik team
 answered on 13 Oct 2008
6 answers
209 views
I'm trying to use a user control for updating a radgrid but am having issues when trying to use radcontrols on the control (.ascx page). Is there an issue with trying to do this or something particular that needs to be done. The controls either don't appear (input) or are disabled (combobox).
Yavor
Telerik team
 answered on 13 Oct 2008
2 answers
82 views
Hi,

It seems to have a bug in radSlider when it is in RadSplitter.

Try this code:
 
<telerik:RadSplitter id="RadSplitter1" runat="server" height="300" width="700">
 
<telerik:RadPane id="navigationPane" runat="server" width="150">
                    Left Pane
</telerik:RadPane>

<telerik:RadSplitBar id="RadSplitbar1" runat="server" CollapseMode="Forward" />

<telerik:RadPane id="contentPane" runat="server">
<telerik:RadSlider ID="RadSlider1" runat="server" Skin="Web20"   Length="506"
                            MinimumValue="10" MaximumValue="60"
                            IsSelectionRangeEnabled="True" SelectionStart="30" SelectionEnd="40"
                            SlideStep="10" Value="30" Width="506px" />
                </telerik:RadPane>
</telerik:RadSplitter>



The SelectionStart property had no effectCan you give me a solution ?

Thanks in advance.



Svetlina Anati
Telerik team
 answered on 13 Oct 2008
1 answer
107 views
Hi,
With the asp.net Ajax RadTextbox, how do i set the height to 100%. ??

I set the property Height="100%" but it sizes at small size about 100px

Thanks
Mark
Dimo
Telerik team
 answered on 13 Oct 2008
5 answers
107 views
Hello All,
 
I am creating RadGrid Runtime it works fine for paging i am adding follwing code.but paging doesn't Works please provide me solution asap with example.

            RadGridRow.PagerStyle.FirstPageImageUrl = "PagingFirst.gif";
            RadGridRow.PagerStyle.LastPageImageUrl = "PagingLast.gif";
            RadGridRow.PagerStyle.NextPageImageUrl = "PagingNext.gif";
            RadGridRow.PagerStyle.PrevPageImageUrl = "PagingPrev.gif";
            RadGridRow.PagerStyle.Mode = PagerMode.NextPrevAndNumeric;
            RadGridRow.PagerStyle.PagerTextFormat =
           "Displaying Items {2}    to {3} of {5}.";

vinod
Top achievements
Rank 1
 answered on 13 Oct 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?