Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
101 views
I notice when I style my page where I have a DIV to the left of the grid that the RadGrid will have it's white background take up the entire horizontal space, eating up space to the left (see attached file).

Below is my ASPX code:

    <div style="float: left; margin-top: 0px; padding-top: 0px; width: auto">
        <ul style="list-style: none">
            <li>
                <asp:Label ID="lblFromDate" runat="server" Text="From:" AssociatedControlID="rdpFromDate" />
                <telerik:raddatepicker id="rdpFromDate" runat="server"/>
            </li>
            <li style="margin-top: 20px; padding-top: 20px">
               <asp:Label ID="lblToDate" runat="server" Text="To:&nbsp;&nbsp;&nbsp;&nbsp;" AssociatedControlID="rdpToDate"/>
                <telerik:raddatepicker id="rdpToDate" runat="server"/>
            </li>
            <li>
                <telerik:radtreeview id="rtvCustomer" runat="server" height="400px" width="200px" style="float: left; margin-top: 10px" />
            </li>
            <li>
                <asp:Button ID="btnSearch" runat="server" Text="Search" OnClick="btnSearch_Click" style="margin-top: 10px" />
            </li>
        </ul>
    </div>
    <telerik:radgrid id="rgTransactions" runat="server" gridlines="None" editmode="InPlace"
        showstatusbar="True" allowpaging="True" onneeddatasource="rgTransactions_NeedDataSource"
        onupdatecommand="rgTransactions_UpdateCommand" autogeneratecolumns="False">

Dimo
Telerik team
 answered on 02 Dec 2008
1 answer
55 views
I have two pageview within a radmultipage .and  have a gridview within one pageview i need to show the details of selected grid in other pageview with other pageview as selected true.
Can anyone help me its urgent....??
Sebastian
Telerik team
 answered on 02 Dec 2008
3 answers
238 views
Hi,

We are trying to use PanelBar with Menus (similar to this demo http://www.telerik.com/demos/aspnet/Controls/Examples/Integration/PanelbarAndMenu/DefaultCS.aspx?product=panelbar) in MOSS. Has anyone been successfull in using these controls together for navigation and if yes, what was the strategy in accomplishing this?

Thank you.
Peter
Telerik team
 answered on 02 Dec 2008
1 answer
283 views
Hi

I am using currently using Telerik controls 2008.2.826.35.

Is there a way to use Javascript to set the width and the height of a RadDatePicker?

I read the documentation but there doesn't seem to be any set_width() and set_height() methods.


Kind regards

Mark Eaton
Daniel
Telerik team
 answered on 02 Dec 2008
1 answer
128 views
Dear Sir,

There is a tooltip wrapper which wraps my content.
The problem is my content is only an image which height is 120px, but my tooltip's height is 150px  ( 120px + 15px(wrap top hieght) + 15px(wrap bottom height)
How can I change the height of top and bottom wraper's?  moreover, right and left ...
thank you

Svetlina Anati
Telerik team
 answered on 02 Dec 2008
3 answers
116 views
Newest version of RadWindowManager is not W3C valid. Even on your site:

http://demos.telerik.com/aspnet/prometheus/Window/Examples/BrowserDialogBoxes/DefaultCS.aspx

Error found while checking this document as XHTML 1.1!

Line 179, Column 17: character "{" is not allowed in the value of attribute "id".
				<a id="OKbtn_{0}" onclick="$find('{0}').callBack(this.parentNode.parentNode.

✉

It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.






Error found while checking this document as XHTML 1.1!



Martin
Telerik team
 answered on 02 Dec 2008
1 answer
85 views
I am using two tab strips for my page and the problem is I am not getting the exact alignment for that.

I donot want the curved ending for the first tab strip and the curved begining for the second tab.

Is it possible for me to change the css for the curved ending for the fist tab strip and the curved brgining for the second tab?

Raj
Top achievements
Rank 1
 answered on 02 Dec 2008
1 answer
128 views
This is very strange. I have a RadMenu inside a User Control that is not visible until the user logs in. However, after the login when the screen redisplays the RadMenu item is about 300px wide with black horizontal lines filling the empty space and the submenus pop out to the right of that area. After the next reload the menu is fine and stays that way from there on out.

The RadMenu uses no text (Text="") and just an ImageUrl (no other images).
The UserControl sits on the master page.

There is a screen capture of the issue here: http://www.rowantree.org/RadMenuProblem.png

Screen Capture Of Issue
Yana
Telerik team
 answered on 02 Dec 2008
4 answers
193 views
I would like to  create RAD controls programatically, without initially dragging and dropping the controls from the toolbar.  All of the documentation and information I've reviewed covers adding items and configuring the controls (progamatically) 'after' you drag a control onto the design surface initially.

What I want to do is create an ASP.NET custom control, that creates and configures rad controls... can anyone help out?  Thought I could just do someting like:

RadMenu menu = new RadMenu();
myCtrl.Controls.Add(menu);
etc...
Paul
Telerik team
 answered on 02 Dec 2008
1 answer
110 views
Does anyone have any ideas on how to place a chevron list for the tab skin?

I have tried a few things but they dont seem to match up on the ends.

Thanks
Dan
Paul
Telerik team
 answered on 02 Dec 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?